/* Keep text and its primary action in one visual group. */
body.landing-page .hero-cta-block {
  margin-top: 24px;
}

/* Let headings fit their columns at intermediate screen widths. */
body.landing-page main h1,
body.landing-page main h2,
body.landing-page main h3 { overflow-wrap: anywhere; hyphens: auto; }
