/*
 * Global internal-page hero title.
 * The homepage is explicitly excluded; supporting hero copy is not targeted.
 */
body:not(.home) [data-elementor-type="wp-page"] h1.elementor-heading-title {
    color: #EAEBF4 !important;
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 44.8px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    line-height: 1 !important;
    text-align: center !important;
    text-shadow: none !important;
    text-transform: none !important;
}

body:not(.home) [data-elementor-type="wp-page"] h1.elementor-heading-title b,
body:not(.home) [data-elementor-type="wp-page"] h1.elementor-heading-title strong {
    font-weight: 700;
}

@media (max-width: 767px) {
    body:not(.home) [data-elementor-type="wp-page"] h1.elementor-heading-title {
        font-size: 28px !important;
        line-height: 1 !important;
    }
}
