.gallery {
    padding: 66px 0
}

.gallery .slide-pair {
    display: block !important
}

.gallery .recipe-preview {
    display: block;
    margin: 0 0 24px
}

.gallery .recipe-preview:last-child {
    margin-bottom: 0
}

.gallery .slide-pair .recipe-preview img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    padding: 0 !important;
    border: 6px solid #fff;
    border-radius: 16px !important;
    box-shadow: none !important;
    background: transparent !important
}

.gallery .recipe-preview figcaption {
    display: block;
    padding: 12px 4px 0;
    color: #fff
}

.gallery .recipe-preview figcaption strong,
.gallery .recipe-preview figcaption span {
    display: block
}

.gallery .recipe-preview figcaption strong {
    font: 700 11px var(--sans);
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #ffc3a8
}

.gallery .recipe-preview figcaption span {
    margin-top: 5px;
    color: #cbd9ce;
    font-size: 12px;
    line-height: 1.4
}

.gallery .slide-pair .recipe-preview img {
    border-radius: 16px !important
}

@media(max-width:600px) {
    .gallery {
        padding: 42px 0
    }

    .gallery .slide-pair {
        display: block !important
    }

    .gallery .recipe-preview {
        margin-bottom: 18px
    }

    .gallery .slide-pair .recipe-preview img {
        border-width: 5px;
        border-radius: 14px !important
    }

    .gallery .recipe-preview figcaption {
        padding: 9px 1px 0
    }

    .gallery .recipe-preview figcaption strong {
        font-size: 9px;
        letter-spacing: .06em
    }

    .gallery .recipe-preview figcaption span {
        font-size: 11px;
        line-height: 1.35;
        margin-top: 4px
    }
}