@media (max-width: 540px) {
  .hero-content { width: 82vw; }
  .hero h1 { font-size: 52px; }
  .hero-content > p:not(.kicker) {
    width: min(300px, 100%);
    max-width: 100%;
    font-size: 16px;
    overflow-wrap: anywhere;
  }
  .actions { width: 100%; }
  .actions .button { width: 100%; min-width: 0; }
}
