.pageGeneric--banner:has(+ .component-title-sliding-images-texts__secondaryHeader) {
    margin-bottom: 0;
}

.component-title-sliding-images-texts__secondaryHeader {
    background-color: var(--primary-600);
    padding: 0;
}

.component-title-sliding-images-texts--content__secondaryHeader {
    display: flex;
    flex-direction: column;
    gap: .5rem;

    padding: 1.25rem 0;
}

.component-title-sliding-images-texts--component-cta__secondaryHeader {
    margin: 0;
    padding: .75rem 1.25rem;
    max-width: 100%;
    color: var(--white);
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.125rem;
}

@media (min-width:64rem) {

    .component-title-sliding-images-texts--content__secondaryHeader {
        flex-direction: row;
        gap: 0;
        justify-content: center;
    }

    .component-title-sliding-images-texts--component-cta__secondaryHeader:not(:first-of-type) {
        border-left: .063rem solid var(--white);
    }

    .component-title-sliding-images-texts--component-cta__secondaryHeader:not(:last-of-type) {
        border-right: .063rem solid var(--white);
    }

}