.lens-hub-hero {
  width: 100%;
  padding-top: min(350px, calc(350 / 1800 * 100% - (58px + 10%)));
  padding-bottom: 5%;
  background: #efefef;
  margin: 0px auto;
}
.lens-hub-hero-content {
  max-width: 1340px;
  display: flex;
  margin: auto;
  width: 100%;
  justify-content: space-evenly;
}
.lens-hub-hero-img {
  width: 38%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.lens-hub-hero-img img {
   width: 100%;
   max-width: 100%;
   margin: -30px auto 0;
   height: auto;
}
.lens-hub-hero-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lens-hub-hero-text h1 {
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 5px;
}
.lens-hub-hero-text h2 {
  font-size: 1.25em;
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}
.lens-hub-info-row {
  margin: 35px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1340px;
}
.lens-hub-info-row h3 {
  font-size: 1.75em;
  line-height: 1.3;
  font-weight: 700;
  color: black;
}
.lens-hub-info-block {
  width: 31%;
  height: auto;
  min-height: 225px;
  border: 2px solid #024b86;
}
.lens-hub-column {
  padding: 25px;
}
.lens-hub-column ul li {
  margin: 5px 0;
  font-size: 1.2em;
}
.lens-hub-column ul li a {
  text-decoration: none;
  color: black;
}
.lens-hub-column ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1399px) {
  .lens-hub-hero-content {
    width: 90%;
  }
  .lens-hub-hero-text h1 {
    font-size: 2rem;
  }
}
@media (max-width: 1199px) {
  .lens-hub-hero-text h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .lens-hub-hero-text h1 {
    font-size: 1.5rem;
  }
  .lens-hub-hero-text h2 {
    font-size: 1em;
  }
  .lens-hub-info-row h3 {
    font-size: 1.3em;
  }
  .lens-hub-column ul li {
    font-size: 1em;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .lens-hub-hero-content {
    width: 100%;
    flex-direction: column;
  }
  .lens-hub-hero-text {
    width: 90%;
    margin: auto;
    align-items: center;
    text-align: center;
  }
  .lens-hub-hero-img {
    margin: 25px auto;
    width: 80%;
  }
  .lens-hub-info-row {
    flex-direction: column;
    margin: 10px auto 25px;
  }
  .lens-hub-info-block {
    width: 90%;
    min-height: auto;
    margin: 15px auto 10px;
  }
  .lens-hub-hero-text h1 {
    font-size: 2rem;
  }
  .lens-hub-hero-text h2 {
    font-size: 1.25em;
    text-align: left;
  }
  .lens-hub-info-row h3 {
    font-size: 1.75em;
  }
  .lens-hub-column ul li {
    font-size: 1.25em;
  }
}
@media (max-width: 530px) {
  .lens-hub-hero-text h1,
  .lens-hub-info-row h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .c-media-block__headline {
    font-size: 24px;
  }
}
@media (max-width: 390px) {
  .lens-hub-hero-text h1,
  .lens-hub-info-row h3 {
    font-size: 1.35rem;
  }
  .lens-hub-hero-text h2 {
    font-size: 1rem;
  }
  .lens-hub-column ul li {
    font-size: 1em;
  }
}