@media (min-width: 1061px) {
  h1 {
    font-size: clamp(2.7rem, 5.1vw, 4.8rem);
    line-height: 1.06;
  }
}
