.header-with-icon-and-video {
    color: var(--marron-oscuro);
}
.header-with-icon-and-video .multimedia .wp-block-columns {
    width: 100%;
}
.header-with-icon-and-video .multimedia .bp-multimedia {
    height: 62rem;
}
.header-with-icon-and-video .header .wp-block-image {
    padding: 0;
}
.header-with-icon-and-video .header .wp-block-image figure {
    width: 10rem;
    height: 9.6rem;
}
.header-with-icon-and-video .header .wp-block-image figure img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.header-with-icon-and-video .header .has-label-font-size {
    padding: 0 0 2.5rem;
}
.header-with-icon-and-video .header .has-s-font-size {
    padding: 0 0 5.6rem;
}

@media only screen
and (min-width : 961px) {
    .header-with-icon-and-video .header .wp-block-image figure {
        width: 13rem;
        height: 13.8rem;
    }
    .header-with-icon-and-video .header .wp-block-image {
        padding: 0;
    }
    .header-with-icon-and-video .header .has-s-font-size {
        padding: 0 0 3.2rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .header-with-icon-and-video .multimedia .wp-block-columns {
        padding: 0;
    }
}