h1 {
  font-size: clamp(2.4rem, 5vw, 4.65rem);
}

@media (max-width: 760px) {
  .hero-home {
    padding-top: 1.35rem;
    gap: 1.25rem;
  }

  .hero-home h1 {
    font-size: clamp(2.15rem, 11vw, 3rem);
    line-height: 1.03;
    margin: .5rem 0;
  }

  .hero-home .page-introduction {
    font-size: .95rem;
    line-height: 1.48;
  }

  .hero-home .actions {
    margin-top: .75rem;
  }

  .hero-home .lead-form {
    padding: 1rem;
  }

  .hero-home .lead-form h2 {
    margin: .1rem 0;
  }
}
