.hero {
  width: 100%;
  padding-top: min(350px, calc(350 / 1800 * 100% - (58px + 10%)));
  padding-bottom: 6%;
  background: url("https://www.americasbest.com/medias/AB-Web-Creative-Contact-Lens-LP-HERO-desktop-1800-1-.jpg?context=bWFzdGVyfHJvb3R8MTA4Mzg0fGltYWdlL2pwZWd8YUdNeEwyaG1PUzh4TURBNE5ETXdPREUxTmpRME5pOUJRaTFYWldJdFEzSmxZWFJwZG1WZlEyOXVkR0ZqZENCTVpXNXpJRXhRWDBoRlVrOWZaR1Z6YTNSdmNGOHhPREF3SUNneEtTNXFjR2N8NzE3NGE2OTE5NTk4MzZjMzg3MDlkNGYwOGMyY2NhYmExNmMwMTlmMTM0NjlkMTYzNGMyZDg4MTdmZjNhNjA4Nw")
    center top/ auto 100% no-repeat no-repeat #0b2572;
  margin: 0px auto 35px;
}
.hero-content {
  max-width: 1340px;
  width: 95%;
  margin: auto;
}
.contacts-exam-hero-text {
  width: 45%;
  margin-left: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.contacts-exam-hero-text h1 {
  font-size: 2.75rem;
  line-height: 1.2;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
}
.contacts-exam-hero-text h2 {
  font-size: 1.4rem;
  margin: 0 0 20px;
  line-height: 1.2;
  color: white;
}
.btn-cta a.a-btn--primary {
  background-color: white;
  color: #0b2572;
  border: 2px solid white;
  padding: 0.5em 1.5em;
}
.btn-cta a.a-btn--primary:hover {
  color: white;
  background-color: transparent;
}
.offer-info-row {
  margin: 35px auto 50px;
  display: flex;
  justify-content: space-between;
  max-width: 1340px;
}
.offer-info-row h3 {
  margin: 25px auto 0;
  font-size: 2em;
  line-height: 1.3;
  font-weight: 700;
  color: #0b2572;
  text-transform: uppercase;
}
.offer-info-row p {
  margin: 10px auto 20px;
  font-size: 1.3em;
  line-height: 1.3;
}
.offer-info-img {
  width: 48%;
  margin-top: 25px;
  text-align: center;
}
.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;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F4F1EC;
  padding: 0 20px 25px;
  border-radius: 0 0 8px 8px;
}
.offer-cta {
  width: 100%;
}
.offer-cta a.a-btn--primary {
  background-color: #0b2572;
  border: 2px solid #0b2572;
  width: 100%;
}
.offer-cta a.a-btn--primary:hover {
  color: #0b2572;
  background-color: #fff;
}
@media (max-width: 1399px) {
   .offer-info-row {
    width: 98%;
  }
}
@media (max-width: 991px) {
  .hero {
  padding-bottom: 4%;
}
  .contacts-exam-hero-text h1 {
    font-size: 2.25rem;
  }
  .contacts-exam-hero-text h2 {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
@media (max-width: 850px) {
    .contacts-exam-hero-text h1 {
    font-size: 2rem;
  }
  .contacts-exam-hero-text h2 {
    font-size: 1rem;
  }
      .offer-info-row {
    flex-direction: column;
    justify-content: center;
    margin: auto;
  }
  .offer-info-img {
    width: 90%;
    margin: 25px auto;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-bottom: calc(504 / 767 * 100% - (1px + 3%));
    padding-top: 5%;
    background: url("https://www.americasbest.com/medias/AB-Web-Creative-Contact-Lens-LP-HERO-mobile-767-1-.jpg?context=bWFzdGVyfHJvb3R8NzI1MDR8aW1hZ2UvanBlZ3xhR1l6TDJobFppOHhNREE0TkRNd09EUXhPRFU1TUM5QlFpMVhaV0l0UTNKbFlYUnBkbVZmUTI5dWRHRmpkQ0JNWlc1eklFeFFYMGhGVWs5ZmJXOWlhV3hsWHpjMk55QW9NU2t1YW5CbnwxZjg4ZTQ3NDg5ODcyNjdhMTczZGE4Nzg2NDNmNGIwNmUyYzM4ZThkZjQ4NjFhNmM0OWJhNmMxNmJmMzYzMjJm")
      center bottom/contain no-repeat no-repeat #0b2572;
  }
  .hero-content {
    width: 100%;
  }
  .contacts-exam-hero-text {
    width: 85%;
    margin: auto;
    align-items: center;
    text-align: center;
  }
  .contacts-exam-hero-text h1 {
    font-size: 2.2rem;
  }
  .contacts-exam-hero-text h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .contacts-exam-hero-text h1 {
    font-size: 2rem;
  }
  .contacts-exam-hero-text h2 {
    font-size: 1rem;
  }
}