@media (max-width: 640px) {
  h1,
  h2 {
    overflow-wrap: normal;
    hyphens: auto;
  }

  h2 {
    font-size: clamp(1.9rem, 8.8vw, 3.05rem);
  }
}
