.gallery-block__swiper {
    width: 100%;
    overflow: hidden;
}


@media(max-width: 520px) {
    .gallery-block__swiper .swiper-wrapper {
        position: relative;
        flex-direction: column !important;
        gap: 20px;
    }
    .gallery-block__swiper .swiper-wrapper .swiper-slide {
        display: none;
    }
    .gallery-block__swiper .swiper-wrapper .swiper-slide:nth-child(-n+5) {
        display: block;
    }
    .gallery-block__swiper-pagination {
        display: none;
    }
}

.gallery-block {
    margin-bottom: var(--Margin-200);
}