.hero h1 {
  white-space: normal !important;
}
.hero h1 > span {
  display: block;
  white-space: nowrap;
}
.marquee .marquee-track {
  animation-duration: 100s !important;
}
@media (max-width: 680px) {
  .hero h1 {
    white-space: nowrap !important;
  }
  .hero h1 > span {
    display: inline;
    white-space: nowrap;
  }
  .marquee .marquee-track {
    animation-duration: 110s !important;
  }
}
