h1 {
  font-size: 2.5rem !important;
}

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