@media (min-width: 801px) {
  .hero h1 {
    font-size: clamp(3rem, 4.6vw, 4.8rem);
  }
}
