/* @group hero-content-image-cta
------------------------------------ */

.hero-content-image-cta .small {
    padding-bottom: .8rem;
}

@media only screen and (min-width : 961px) {

    .hero-content-image-cta .wp-block-heading:last-of-type,
    .hero-content-image-cta p:last-of-type {
        padding-bottom: 4rem;
    }

    .hero-content-image-cta .small {
        padding-bottom: .8rem;
    }

    .hero-content-image-cta .wp-block-buttons {
        gap: 2.4rem;
    }

    .hero-content-image-cta .bp-multimedia {
        height: 48.5rem;
    }

    .hero-content-image-cta .is-style-outline .wp-block-button__link {
        --_padding-inline: 2rem;
    }
}

@media only screen and (min-width : 0) and (max-width : 960px) {

    .hero-content-image-cta .wp-block-heading:last-of-type,
    .hero-content-image-cta p:last-of-type,
    .hero-content-image-cta .wp-block-buttons:last-of-type {
        padding-bottom: 3.2rem;
    }


    .hero-content-image-cta .bp-multimedia {
        height: 37.4rem;
        width: min(37.5rem, 100%);
    }

    .hero-content-image-cta .content {
        padding-inline: 2rem;
    }

    .hero-content-image-cta .wp-block-buttons {
        gap: 1.2rem;
    }
    .hero-content-image-cta .bp-multimedia {
        margin-inline: auto;
    }


}

/* @end */