.hero {
  width: 100%;
  padding-top: min(250px, calc(250 / 1800 * 100% - (1px + 13%)));
  padding-bottom: 1%;
  background-color: #f3f2ef;
  margin: 0px auto;
}
.lens-hero-content {
  width: 1340px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.lens-hero-text {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lens-hero-icon {
  width: 30%;
  margin-right: 2%;
}
.lens-hero-icon img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.lens-hero-text h1 {
  font-size: 2.75rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
.lens-hero-text h2 {
  font-size: 1.2rem;
  margin: 5px 0 20px;
  line-height: 1.4;
}
.btn-cta a.a-btn--primary {
  color: #0077b4;
  background-color: transparent;
  border: 2px solid #0077b4;
}
.btn-cta a.a-btn--primary:hover {
  color: #0077b4;
  background-color: white;
}
.lens-content {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1400px;
  margin: 35px auto;
  align-items: center;
}
.lens-content-img,
.lens-content-text {
  width: 47%;
}
.lens-content-img img {
  width: 100%;
}
.lens-content-text h3 {
  font-size: 1.75rem;
  line-height: 1.3;
  color: black;
}
.lens-content-text p {
  font-size: 1rem;
}
@media (max-width: 1399px) {
  .lens-hero-content {
    width: 100%;
    margin: auto;
  }
  .lens-hero-text {
    margin-left: 3%;
  }
  .lens-hero-text h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .lens-hero-text h1 {
    font-size: 2rem;
  }
  .lens-content-text h3 {
    font-size: 1.5rem;
  }
    .lens-content-text p {
    font-size: .9rem;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .lens-hero-text h1 {
    font-size: 1.75rem;
  }
  .lens-hero-text h2 {
    font-size: 1rem;
  } 
  .lens-content-text h3 {
    font-size: 1.25rem;
  }
    .lens-content-text p {
    font-size: .8rem;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 0;
    padding-bottom: 5%;
  }
  .lens-hero-content {
    flex-direction: column-reverse;
  }
  .lens-hero-text {
    width: 95%;
    margin: auto;
    align-items: center;
    text-align: center;
  }
  .lens-hero-icon {
    width: 70%;
    margin: auto;
  }
  .btn-cta {
    text-align: center;
  }
  .lens-content {
    flex-direction: column;
    margin-top: 15px;
  }
  .lens-content-img,
  .lens-content-text {
    width: 90%;
    margin: 15px auto 0;
  }
  .lens-hero-text h1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .lens-hero-text h2 {
    font-size: 1.2rem;
  }
  .lens-content-text h3 {
    font-size: 1.8rem;
  }
  .lens-content-text p {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .lens-hero-text h1,
  .lens-content-text h3 {
    font-size: 1.6rem;
  }
  .lens-hero-text h2,
  .lens-content-text p {
    font-size: 1rem;
  }
  .c-media-block__headline {
    font-size: 24px;
  }
}