/* Site-wide H1/H2 normalization to match the current service-page scale. */
body h1,
body .sp-hero h1,
body .sp-hero-text h1,
body .home-hero-title,
body .services-hero-head h1,
body .portfolio-hero-heading h1,
body .about-hero-heading h1,
body .cp-hero h1,
body .sdes-industries-hero h1,
body .case-studies-hero .sp-hero-text h1,
body .sp-hero.cs-hero-full .sp-hero-text h1,
body .sdes-hero-copy h1,
body .sdes-hero h1,
body .page-hero h1,
body .inner-hero h1,
body .service-hero-v24 h1 {
    font-size: clamp(16px,2.05vw,27px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.03em !important;
    text-align: left !important;
    text-align-last: left !important;
    word-spacing: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}

body h2,
body .sp-sec-head h2,
body .sp-overview-grid h2,
body .sp-section > .container > h2,
body .section-head h2,
body .process-copy h2,
body .services-cta-copy h2,
body .portfolio-cta-copy h2,
body .cs-cta-content h2,
body .sdes-section-head h2,
body .sdes-content-copy h2,
body .home-global-panel h2,
body .home-compact-cta h2,
body .footer-cta h2,
body .contact-panel h2,
body .cp-info h2 {
    font-size: 25px !important;
    line-height: 1.15 !important;
    letter-spacing: -.03em !important;
    text-align: left !important;
    text-align-last: left !important;
    word-spacing: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}
