@media (max-width: 576px) {
  h1 {
    font-size: 1.25rem !important;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 1rem !important;
  }
}

