/* LP3-2: preserve the ad-tested question through the mobile first view. */
.lp3-question .clone-hero__top .clone-hero__eyebrow {
  font-size: 10px;
  letter-spacing: .015em;
}

.lp3-question .clone-hero__top .clone-hero__promise {
  font-size: 25px;
  line-height: 1.08;
}

.lp3-question .clone-hero__promise strong {
  font-size: clamp(34px, 9.8vw, 42px);
  line-height: 1.01;
}

@media (min-width: 560px) {
  .lp3-question .clone-hero__top .clone-hero__eyebrow {
    font-size: 11px;
  }

  .lp3-question .clone-hero__top .clone-hero__promise {
    font-size: 28px;
  }

  .lp3-question .clone-hero__promise strong {
    font-size: 44px;
  }
}
