/* Keep the hero copy clear of the report monogram in the background image. */
.whr-hero-copy {
  justify-content: flex-start;
  padding-top: clamp(3rem, 6vw, 5rem);
}

@media (max-width: 640px) {
  .whr-hero-copy {
    justify-content: flex-start;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
