h1 {
  font-size: 32px;
}

@media (min-width: 576px) {
  h1 {
    font-size: 5rem;
  }
}
