.hero-h1 {
  font-size: 32px;
}

@media (min-width: 479px) {
  .hero-h1 {
    font-size: 56px;
  }
}

