/* @group Icons and gallery
------------------------------------ */
.icons-and-gallery {
    position: relative;
    margin: 0 0 5.4rem!important;
    color: var(--marron-oscuro);
}
.icons-and-gallery .last-row .column-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    row-gap: 2.4rem;
}
.icons-and-gallery .wp-block-image {
    margin: 0!important;
}
.icons-and-gallery h2 {
    margin: 0!important;
}
@media only screen
and (min-width : 961px) {
    .icons-and-gallery .first-row {
        padding: 0 0 5.2rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .icons-and-gallery .wp-block-image,
    .icons-and-gallery h2 {
        text-align: center;
    }
    .icons-and-gallery .last-row .column-left {
        margin: 2.7rem 0;
    }
    .icons-and-gallery .splide {
        margin: 0 0 8rem;
    }
}

/* @end */
