@media (max-width: 768px) {
  h1 {
    font-size: 32px !important;
    line-height: 120% !important;
    letter-spacing: 0.06em !important;
  }
  h2 {
    font-size: 22px !important;
    line-height: 120% !important;
    letter-spacing: 0.11em !important;
  }
  h3 {
    font-size: 24px !important;
    line-height: 100% !important;
    letter-spacing: 0em !important;
  }
}