.hero {
  width: 100%;
  padding-top: min(350px, calc(350 / 1800 * 100% - (58px + 13%)));
  padding-bottom: 3%;
  background: url("https://www.americasbest.com/cdn-cgi/image/fit=scale-down,width=1800,f=auto,q=100/medias/AB-Web-Kids-LP-Hero-Desktop-1800px.jpg?context=bWFzdGVyfHJvb3R8ODk5Njd8aW1hZ2UvanBlZ3xhREl5TDJnM1ppOHhNREE0TkRNd09UWXpNVEF3Tmk5QlFsOVhaV0pmUzJsa2N5Qk1VQzFJWlhKdkxVUmxjMnQwYjNCZk1UZ3dNSEI0TG1wd1p3fDY0NTJiY2U1ZmRiOWM0OWEyYWViNzBkYzM0YWQ1MzUxZGQ0MDhiNDM3Y2YzZjQ2OWNiMmZmMTkwYWQ1NmI2OWI")
    center top/ auto 100% no-repeat no-repeat #0b2572;
  margin: 0px auto;
}
.hero-content {
  max-width: 1340px;
  width: 95%;
  display: flex;
  justify-content: flex-end;
  margin: auto;
}
.hero-offer-text {
  width: 50%;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.hero-offer-text h1 {
  font-size: 3.25rem;
  line-height: 1.2;
  color: white;
  font-weight: 900;
}
.hero-offer-text h2 {
  font-size: 1.5rem;
  margin: 5px 0 20px;
  line-height: 1.2;
  color: white;
}
.btn-cta a.a-btn--primary {
  background-color: white;
  color: #0b2572;
  border: 2px solid white;
}
.btn-cta a.a-btn--primary:hover {
  color: white;
  background-color: transparent;
}
.kids-content {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1400px;
  margin: 35px auto;
  align-items: center;
}
.kids-content-img,
.kids-content-text {
  width: 47%;
}
.kids-content-img img {
  width: 100%;
}
.kids-content-text h3 {
  font-size: 2rem;
  line-height: 1.3;
  color: #0b2572;
}
.doctor-statement {
  width: 100%;
  margin: 5px auto 20px;
  background: linear-gradient(
    rgba(185, 225, 244, 0),
    rgba(185, 225, 244, 0.17)
  );
  padding: 20px;
}
.doctor-statement-text {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}
.doctor-statement-text h2 {
  font-size: 2em;
  text-align: center;
  color: #0b2572;
}
.doctor-statement-text p {
  font-size: 1.25em;
  line-height: 1.4;
}
@media (max-width: 1399px) {
  .hero-offer-text {
    width: 55%;
  }
}
@media (max-width: 1199px) {
  .hero {
    padding-top: min(350px, calc(350 / 1800 * 100% - (58px + 11%)));
  }
   .hero-offer-text h1 {
  font-size: 2.75rem;
}
.hero-offer-text h2 {
  font-size: 1.25rem;
}
}
@media (max-width: 991px) {
  .hero-offer-text h1 {
    font-size: 2.25rem;
  }
  .hero-offer-text h2 {
  font-size: 1.1rem;
}
    .doctor-statement-text p {
    font-size: 1.15em;
  }
  .kids-content {
    flex-direction: column;
  }
  .kids-content-img,
  .kids-content-text {
    width: 90%;
    margin: 15px auto;
  }
}
@media (max-width: 850px) {
    .hero-offer-text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-bottom: calc(668 / 767 * 100% - (1px + 3%));
    background: url("https://www.americasbest.com/cdn-cgi/image/fit=scale-down,width=767,f=auto,q=100/medias/AB-Web-Kids-LP-Hero-Mobile-767.jpg?context=bWFzdGVyfHJvb3R8ODk2MDh8aW1hZ2UvanBlZ3xhR0V6TDJnM055OHhNREE0TkRNd09UZzVNekUxTUM5QlFsOVhaV0pmUzJsa2N5Qk1VQzFJWlhKdkxVMXZZbWxzWlY4M05qY3VhbkJufDFmNDgwNjY0OWZhYjNmODRmYWUzNjg4OGY2NTVmOGY2OGFiMmMxMWQ4ODBjNmRjYTdiNTE2YjhjNjkxYmI0MjQ")
      center bottom/contain no-repeat no-repeat #0b2572;
    padding-top: 5%;
  }
  .hero-content {
    width: 100%;
  }
  .hero-offer-text {
    width: 85%;
    margin: auto;
    align-items: center;
    text-align: center;
  }
  .hero-offer-text h1 {
    font-size: 3rem;
  }
  .hero-offer-text h2 {
  font-size: 1.5rem;
}
  .kids-content-text h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media (max-width: 600px) {
    .hero-offer-text h1 {
    font-size: 2.25rem;
  }
  .hero-offer-text h2 {
  font-size: 1.25rem;
}
}
@media (max-width: 480px) {
  .hero-offer-text h1 {
    font-size: 2rem;
  }
  .hero-offer-text h2 {
    font-size: 1.1rem;
  }
  .kids-content-text h3 {
    font-size: 1.6rem;
  }
    .doctor-statement-text h2 {
    font-size: 1.6em;
    line-height: 1.2;
  }
    .doctor-statement-text {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .hero-offer-text h1 {
    font-size: 1.75rem;
  }
  .hero-offer-text h2 {
    font-size: 1rem;
  }
}
.offer-row {
    width: 100%;
  }
  .offer-info-row {
    margin: 35px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1500px;
    width: 100%;
    padding: 25px;
  }
  .offer-info-row h3 {
    margin: 10px 0 0;
    font-size: 1.75em;
    line-height: 1.3;
    font-weight: 700;
    color: #0b2572;
    text-transform: uppercase;
  }
  .offer-info-row p {
    margin: 10px 0 20px;
    font-size: 1.35em;
    line-height: 1.3;
    color: #0b2572;
  }
  .offer-info-img {
    width: 32%;
    padding: 5px;
    margin: 15px 0;
  }
  .offer-info-img img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
  .offer-info-img-text {
    margin: auto;
    padding: 8px 16px 16px;
    background: #F4F1EC;
    border-radius: 0 0 8px 8px;
  }
.offer-cta {
  text-align: center;
}
  .offer-cta a.a-btn--primary {
    color: white;
    background-color: #0b2572;
    border: 2px solid #0b2572;
    padding: 0.75em 1.5em;
    width: 100%;
  }
  .offer-cta a.a-btn--primary:hover {
    color: #0b2572;
    background-color: transparent;
  }
  .contacts-cta {
    margin: 0 auto 50px;
    text-align: center;
  }
  .contacts-cta a.a-btn--primary {
    background-color: #004ca3;
    border: 2px solid #004ca3;
    padding: 0.5em 1.5em;
  }
  .contacts-cta a.a-btn--primary:hover {
    color: #004ca3;
    background-color: transparent;
  }
  .lens-brands-header {
    margin: 25px auto 0;
  }
  .lens-brands-header h2 {
    font-size: 2em;
    font-weight: 700;
    color: black;
    text-align: center;
  }
  .lens-brands {
    max-width: 1200px;
    margin: 0 auto 35px;
    padding: 12px 0 0 12px;
  }
  .lens-brands a {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 0 6px 6px 0;
    width: 227px;
    height: 80px;
    text-indent: -9999px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 2px;
  }
  .lens-brands a:hover {
    box-shadow: inset 0 4px 6px rgb(0 0 0 / 0.15);
  }
  @media (max-width: 1240px) {
    .lens-brands {
      max-width: 992px;
    }
    .lens-brands a {
      margin: 0 6px 6px 0;
      width: 186px;
    }
  }
    @media (max-width: 1199px) {
      .offer-info-row h3 {
    font-size: 1.5em;
  }
  .offer-info-row p {
    font-size: 1.2em;
  }
    }
  @media (max-width: 991px) {
    .offer-info-row {
      width: 100%;
    }
    .offer-info-row h3 {
      font-size: 1.4em;
    }
    .offer-info-row p {
      font-size: 1.15em;
    }
  }
  @media (max-width: 767px) {
    .offer-info-row {
      flex-direction: column;
      justify-content: center;
      margin: auto;
      padding: 0;
      width: 95%;
    }
    .offer-info-img {
      width: 95%;
      margin: 25px auto;
    }
    .offer-info-row h3 {
      font-size: 1.9em;
      margin-top: 15px;
    }
    .offer-info-row p {
      font-size: 1.5em;
    }
  }
  @media (max-width: 540px) {
    .offer-info-img-text {
      width: 100%;
    }
  }
  @media (max-width: 480px) {
    .offer-info-row h3,
    .lens-brands-header h2 {
      font-size: 1.5em;
    }
    .offer-info-row p {
      font-size: 1.2em;
    }
  }