.sub-page-hero.section-wrapper {
    min-height: 40svh;
    display: flex;
    align-items: flex-end;
}

.sub-page-hero .gradient-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0.4) 42%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.41) 85%, rgba(0, 0, 0, 0.63) 100%);
}

.sub-page-hero .section-content {
    display: flex;
    align-items: flex-end;
    z-index: 2;
}