.section_gallery {
    margin-top: 72px;
}

.section_gallery h3 {
    margin-bottom: 24px;
}

.gallery {
    position: relative;
}

.gallery__inner {
}

.gallery .swiper-slide {
    width: auto;
}

.gallery .swiper-button-prev,
.gallery .swiper-button-next {
    --swiper-navigation-size: 24px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 72px;
    margin: 0;
    background: var(--main-alpha-5);
    border: none;
    padding: 0;
    border-radius: 12px;
    color: #fff;
}

.gallery .swiper-button-prev {
    left: 0;
}

.gallery .swiper-button-next {
    right: 0;
}

.gallery .swiper-button-prev:hover,
.gallery .swiper-button-next:hover {
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.gallery img {
    display: block;
    height: 610px;
    width: auto;
    max-width: none;
    border-radius: 32px;
}






@media (max-width: 767.98px) {
    .gallery img {
        height: 314px;
    }

    .gallery .swiper {
        padding-left: 16px;
    }
}
/* @media (max-width: 991.98px) {
    .gallery img {
        height: 320px;
    }
}
@media (max-width: 1199.98px) {
    .gallery img {
        height: 420px;
    }
} */
/* @media (max-width: 1359.98px) {
    .gallery img {
        height: 540px;
        border-radius: 12px;
    }
} */
