/* @group Secondary Header - Tall
------------------------------------ */

.secondary-header:is(.tall) .title-row .title-col .bp-multimedia {
    height: 3.5rem;
    margin: 0 auto;
}
.secondary-header:is(.tall) .image-row .image-col {
    width: 100%;
}
.secondary-header:is(.tall) .image-row .image-col .bp-multimedia {
    height: 28.8rem;
}
.secondary-header:is(.tall) .list-row .list-col .wp-block-list {
    list-style: none;
    padding-left: 0;
}
.secondary-header:is(.tall) .list-row .list-col .wp-block-list li {
    padding-block: 1rem;
    border-bottom: 1px solid var(--blue);
}
.secondary-header:is(.tall) .list-row .list-col .wp-block-list li:first-of-type {
    padding-top: 0;
}

@media only screen
and (min-width : 961px) {
    .secondary-header:is(.tall) .title-row .title-col .bp-multimedia {
        height: 5.6rem;
    }
    .secondary-header:is(.tall) .image-row .image-col .bp-multimedia {
        height: 83rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .secondary-header:is(.tall) .list-row .text-col {
        margin-bottom: 3rem;
    }
    .secondary-header:is(.tall) .list-row .text-col .has-heading-5-font-size {
        --fs: 1.8rem;
    }
}

/* @end */