.logoRow {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.filterLogo {
  text-align: center;
}

.filterLogo img {
  margin-top: 10px;
  height: 60px;
  width: 100px;
  object-fit: contain;
}

.mobilLogo {
  max-height: 20px;
  margin-left: 8px;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

.liMobil {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.products {
  background-color: #bbb;
  padding: 20px 0;
}

.moreInfo {
  padding: 20px 0;
}

h2 {
  font-size: calc(1.325rem + 0.5vw);
  margin: 8px 0;
}

h3 {
  font-size: calc(1.325rem + 0.1vw);
}

.colInstagram {
  display: flex;
  justify-content: center;
}

.colInstagram iframe {
  max-width: 330px !important;
  width: 100% !important;
  min-width: unset !important;
}
