/* @group Side By Side Image And Content
------------------------------------ */
.side-by-side-image-and-content {
    position: relative;
    color: var(--marron-oscuro);
}
.side-by-side-image-and-content .wp-block-columns {
    width: 100%;
}
.side-by-side-image-and-content .media .bp-multimedia {
    height: 65.5rem;
}
.side-by-side-image-and-content .text-box .icon-group {
    margin: 0 0 2.5rem;
}
.side-by-side-image-and-content .text-box .icon-group figure {
    height: 12.9rem;
    width: 13.3rem;
}
.side-by-side-image-and-content .text-box .icon-group figure img {
    object-fit: contain;
}
.side-by-side-image-and-content .text-box .icon-group .has-label-font-size {
    margin: 2.5rem 0 0;
}
.side-by-side-image-and-content .text-box .highlights {
    margin: 2.5rem 0 0;
}
.side-by-side-image-and-content .text-box .has-m-font-size {
    margin: 2.5rem 0;
}
@media only screen
and (min-width : 961px) {
    .side-by-side-image-and-content .row > .wp-block-columns {
        position: static;
        padding-left: 50%;
        min-height: 79.1rem;
    }
    .side-by-side-image-and-content .media {
        width: 50%;
        position: absolute;
        left: 0;
    }
    .side-by-side-image-and-content .media .bp-multimedia {
        height: 79.1rem;
    }
    .side-by-side-image-and-content .text-box {
        padding-block: 9.4rem 4.8rem;
        padding-left: 10rem;
    }
    .side-by-side-image-and-content .text-box .icon-group figure {
        height: 13.8rem;
    }
    .side-by-side-image-and-content .text-box .icon-group .has-label-font-size {
        margin: 2.6rem 0 0;
    }
    .side-by-side-image-and-content .text-box .highlights {
        margin: 1.5rem 0 0;
    }
    .side-by-side-image-and-content .text-box .has-m-font-size {
        margin: 2rem 0 3rem;
    }
    /* Reversed */
    .side-by-side-image-and-content.reversed .media {
        right: 0;
        left: unset;
    }
    .side-by-side-image-and-content.reversed .row > .wp-block-columns {
        padding-right: 50%;
        padding-left: 0;
    }
    .side-by-side-image-and-content.reversed .text-box {
        padding-left: 0;
        padding-right: 10rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .side-by-side-image-and-content .wp-block-columns {
        padding: 0;
    }
    .side-by-side-image-and-content .text-box {
        order: -1;
        text-align: center;
        padding: 0 2rem;
    }
    .side-by-side-image-and-content .text-box .icon-group figure {
        margin: 0 auto;
    }
    .side-by-side-image-and-content .text-box .highlights {
        row-gap: 1.2rem;
        padding: 0 3rem;
    }
    .side-by-side-image-and-content .text-box .highlights .wp-block-column {
        flex: 0 1 50%!important;
    }
    .side-by-side-image-and-content .text-box .wp-block-buttons {
        margin: 0 0 2.5rem;
        justify-content: center;
    }
}

/* @end */


:where(.editor-styles-wrapper) .side-by-side-image-and-content .media {
    position: relative;
}
:where(.editor-styles-wrapper) .side-by-side-image-and-content .text-box .icon-group figure {
    margin: 0!important;
}
:where(.editor-styles-wrapper) .side-by-side-image-and-content.reversed .text-box {
    order: -1;
}
:where(.editor-styles-wrapper) .side-by-side-image-and-content .row > .wp-block-columns {
    padding-left: 0;
    padding-right: 0;
    min-height: 79.1rem;
}
