/* @group Dishes Gallery
------------------------------------ */
.dishes-gallery {
    color: var(--marron-oscuro);
}
.dishes-gallery .wp-block-columns {
    width: 100%;
}
.dishes-gallery .title .wp-block-heading:first-of-type {
    margin: 0 0 3.6rem;
}
.dishes-gallery .title .wp-block-heading:not(:first-of-type) {
    margin: 0 0 3.3rem;
}
.dishes-gallery .gallery {
    text-align: center;
}
.dishes-gallery .gallery figure, 
.dishes-gallery .gallery .has-label-font-size {
    margin: 0 0 2.9rem;
}
@media only screen
and (min-width : 961px) {
    .dishes-gallery .title {
        margin-bottom: 3.5rem;
    }
    .dishes-gallery .gallery .wp-block-columns {
        align-items: flex-start;
    }
    .dishes-gallery .gallery .wp-block-columns .wp-block-column {
        padding-right: 9rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .dishes-gallery .title {
        text-align: center;
    }
    .dishes-gallery .gallery .wp-block-columns {
        padding: 0 2.4rem;
    }
    .dishes-gallery .gallery .wp-block-columns .wp-block-column:not(:last-of-type) {
        margin-bottom: 8rem;
    }
}

/* @end */
