.subpage-hero {
    position: relative;
    height: 530px;
    overflow: hidden;
    color: var(--color-white);
    background-color: #020910;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subpage-title {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: 0;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 71px;
    text-align: center;
    white-space: nowrap;
    transform: translate(-50%, -32%);
}

.subpage-container {
    width: min(var(--container-2xl), calc(100% - (var(--page-gutter) * 2)));
    margin: 0 auto;
}

.subpage-section-title {
    margin: 0;
    color: #333333;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 48px;
}

@media (max-width: 1020px) {
    .subpage-hero {
        height: 460px;
    }

    .subpage-title {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (max-width: 600px) {
    .subpage-hero {
        height: 390px;
    }

    .subpage-title {
        font-size: 42px;
        line-height: 50px;
        transform: translate(-50%, -15%);
    }

    .subpage-section-title {
        font-size: 30px;
        line-height: 38px;
    }
}
