.productBrands {
  background: white;
  padding: 3rem 40px;
}
.productBrands .productBrands_inner {
  margin: 0 auto;
}
.productBrands .productBrands_inner .productBrands__title {
  font-weight: 800;
  color: #273A5D;
  text-align: center;
}
.productBrands .productBrands_inner .productBrands__description {
  text-align: left;
  color: #273A5D;
  font-weight: 500;
}
.productBrands .productBrands_inner .productBrands__description h2,
.productBrands .productBrands_inner .productBrands__description h3,
.productBrands .productBrands_inner .productBrands__description h4 {
  font-weight: 800;
}
.productBrands .productBrands_inner .productBrands__description a {
  color: #34b0f0;
  font-weight: bold;
}
.productBrands .productBrands_inner .productBrands__logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 3.5rem;
  margin-top: 4rem;
}
.productBrands .productBrands_inner .productBrands__logos > div img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  width: 90%;
  max-height: 60px;
}
.productBrands .productBrands_inner .productBrands__logos.no-brands {
  margin-top: 0;
}
.productBrands .productBrands_inner .productBrands__articles {
  margin-top: 5rem;
}
.productBrands .productBrands_inner .productBrands__articles .productBrands__articles__wrapper {
  display: block;
  background: #e9eef3;
  padding: 2rem;
}
.productBrands .productBrands_inner .productBrands__articles .productBrands__articles__wrapper h3 {
  color: #283b5e;
  margin-bottom: 2rem;
  font-size: 1.7rem;
  font-weight: bold;
}
.productBrands .productBrands_inner .productBrands__articles .productBrands__articles__wrapper ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 1.4rem;
}
.productBrands .productBrands_inner .productBrands__articles .productBrands__articles__wrapper ul li {
  display: block;
}
.productBrands .productBrands_inner .productBrands__articles .productBrands__articles__wrapper ul li + li {
  margin-top: 1rem;
}
.productBrands .productBrands_inner .productBrands__articles .productBrands__articles__wrapper ul li a {
  display: block;
  color: #3babf1;
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 600px) {
  .productBrands .productBrands_inner .productBrands__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    row-gap: 4rem;
  }
  .productBrands .productBrands_inner .productBrands__logos > div img {
    width: 100%;
  }
}
@media (min-width: 770px) {
  .productBrands {
    padding: 7rem 40px;
  }
  .productBrands .productBrands_inner .productBrands__logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    row-gap: 4rem;
  }
}
@media (min-width: 980px) {
  .productBrands .productBrands_inner {
    width: 100%;
    padding: 3rem 0;
  }
  .productBrands .productBrands_inner .productBrands__logos {
    -moz-column-gap: 12rem;
    column-gap: 12rem;
    row-gap: 5rem;
  }
  .productBrands .productBrands_inner .productBrands__logos > div img {
    max-width: 200px;
    max-height: 100px;
  }
  .productBrands .productBrands_inner .productBrands__sections {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .productBrands .productBrands_inner .productBrands__sections .productBrands__left {
    grid-column: span 8 / span 8;
  }
  .productBrands .productBrands_inner .productBrands__sections .productBrands__right {
    grid-column: span 4 / span 4;
  }
  .container-fluid + .productBrands {
    padding: 1rem 40px 7rem 40px;
  }
}
@media (min-width: 1200px) {
  .productBrands {
    width: 80%;
    margin: 0 auto;
  }
  .productBrands .productBrands_inner .productBrands__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  .productBrands .productBrands_inner .productBrands__grid .productBrands__logos {
    grid-column: span 8 / span 8;
  }
  .productBrands .productBrands_inner .productBrands__grid .productBrands__articles {
    margin-top: 0;
    grid-column: span 4 / span 4;
  }
  .productBrands .productBrands_inner .productBrands__logos {
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  .productBrands .productBrands_inner .productBrands__sections .productBrands__left {
    grid-column: span 9 / span 9;
  }
  .productBrands .productBrands_inner .productBrands__sections .productBrands__right {
    grid-column: span 3 / span 3;
  }
}
@media (min-width: 1400px) {
  .productBrands__grid .productBrands__logos {
    grid-column: span 9 / span 9;
  }
  .productBrands__grid .productBrands__articles {
    grid-column: span 3 / span 3;
  }
}
