main h1 {
  font-size: 1.875rem !important;
}

@media (max-width: 767px) {
  main h1 {
    font-size: clamp(2.65rem, 12.5vw, 3.55rem) !important;
  }
}

@media (max-width: 420px) {
  main h1 {
    font-size: clamp(2.35rem, 11.8vw, 3rem) !important;
  }
}

@media (min-width: 1024px) {
  main h1 {
    font-size: 3.75rem !important;
  }
}
