/* @group Title & CTA & Image - Small
------------------------------------ */
.title-cta-image-small .image .bp-multimedia {
    height: unset;
}
.title-cta-image-small .image .bp-multimedia .img-wrapper {
    width: 100%;
    height: auto;
}
.title-cta-image-small .text .wp-block-heading {
    margin: 0 0 4rem;
}
.title-cta-image-small .text .wp-block-buttons {
    margin: 0;
}
@media only screen
and (min-width : 961px) {
    .title-cta-image-small .wp-block-columns {
        width: 100%;
        align-items: center!important;
    }
    .title-cta-image-small .text {
        height: fit-content;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .title-cta-image-small .image {
        order: -1;
    }
    .title-cta-image-small .text {
        padding: 0 5.6rem;
        text-align: center;
    }
    .title-cta-image-small .text .wp-block-heading br {
        display: none;
    }
}

/* @end */
