.hours-card {
  min-width: 0;
}

@media (max-width: 720px) {
  #hero-title {
    white-space: nowrap;
  }
}

@media (max-width: 560px) {
  #hero-title {
    font-size: min(56px, 10vw);
  }
}
