.nsr-custom-page--technical-editorial .nsr-custom-page__content {
    max-width: none;
}

.nsr-custom-page--technical-editorial .technical-editorial-team + .technical-editorial-team {
    margin-top: var(--nsr-section-padding-y);
    padding-top: var(--nsr-section-padding-y);
    border-top: 1px solid var(--nsr-border);
}

.nsr-custom-page--technical-editorial .technical-editorial-team__heading {
    margin: 0 0 32px;
    padding: 0;
    border: 0;
    color: var(--nsr-blue);
    font-size: var(--nsr-font-size-3xl);
    font-weight: var(--nsr-font-weight-bold);
    line-height: var(--nsr-line-height-lg);
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .nsr-custom-page--technical-editorial .technical-editorial-team__heading {
        margin-bottom: 24px;
        font-size: var(--nsr-font-size-2xl);
        line-height: var(--nsr-line-height-md);
    }
}

@media (max-width: 767.98px) {
    .nsr-custom-page--technical-editorial .nsr-custom-page__content {
        padding-left: 0;
    }
}
