/* Mobile spacing fix: the hero content must start below the navigation. */
@media (max-width: 600px) {
  .hero {
    align-items: flex-start;
  }

  .hero-copy {
    padding-top: 5.75rem;
  }
}
