/* 
HERO
*/
#about_p-hero .--bg {opacity: .7;}
#about_p-hero .--text {z-index: 5;}

#about_p-caption {padding-top: .5rem !important;}

@media only screen and (min-width: 1096px) {
    #about_p-hero {
        min-height: calc(100dvh - var(--header_d-height));
        max-height: calc(100dvh - var(--header_d-height));
        aspect-ratio: unset !important;
        margin-bottom: var(--size-xxl);
    }

    #about_p-hero .--text {padding: var(--size-l);}
}




/* 
ARTICLE
*/
#about_p-article .block-block:first-child {padding-top: 0 !important;}