/* @group Features - Rows
------------------------------------ */
.features-rows {
    color: var(--marron-oscuro);
}
.features-rows .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-grow: 1;
}
.features-rows .text > .has-label-font-size {
    margin: 0 0 .8rem;
}
.features-rows .text > .wp-block-heading {
    margin: 0 0 3.2rem;
}
.features-rows .text > p {
    margin: 0 0 3.2rem;
}
.features-rows .text > .wp-block-columns .wp-block-column {
    margin-bottom: 3.2rem;
}
.features-rows .text > .wp-block-columns .wp-block-column .wp-block-heading {
    margin: 0 0 1.2rem;
}
.features-rows .multimedia .bp-multimedia {
    width: 100%;
    height: 35.2rem;
}
@media only screen
and (min-width : 961px) {
    .features-rows .row > .wp-block-columns > .wp-block-column:not(:last-of-type) {
        padding-right: 12rem;
    }
    .features-rows .text > .wp-block-heading,
    .features-rows .text > p {
        margin: 0 0 4rem;
    }
    .features-rows .text > .wp-block-columns .wp-block-column {
        margin-bottom: 0;
    }
    .features-rows .text > .wp-block-columns .wp-block-column:not(:last-of-type) {
        padding-right: 2.4rem;
    }
    .features-rows .multimedia .bp-multimedia {
        height: 48.8rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}

/* @end */
