h1 {
  color: black !important;
  text-align: center;
}

/* Desktop+ */
@media (min-width: 780px) {
  h1 {
    font-size: 5em !important;       /* your existing desktop size */
  }
}