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