.hero h1 {
  line-height: .98;
  word-break: keep-all;
}

@media (max-width: 820px) {
  .hero h1 {
    line-height: 1.02;
    letter-spacing: -.05em;
  }
}
