/* Cap hero gutters so ultrawide displays cannot collapse the text column. */
body:is(.ot-page-slug-solutions, .ot-page-slug-support, .ot-page-slug-about, .ot-page-slug-contact, .ot-page-slug-request-a-quote, .ot-page-slug-compare)
    :is(.ot-solutions-hero, .ot-support-hero, .ot-trust-page__hero, .ot-contact-hero, .ot-quote-hero, .ot-compare-hero) {
    padding-inline: clamp(24px, 5vw, 70px) !important;
}

body:is(.ot-page-slug-solutions, .ot-page-slug-support, .ot-page-slug-about, .ot-page-slug-contact, .ot-page-slug-request-a-quote, .ot-page-slug-compare)
    :is(.ot-solutions-hero, .ot-support-hero, .ot-trust-page__hero, .ot-contact-hero, .ot-quote-hero, .ot-compare-hero) h1 {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: normal;
}
