.section__carousel {
    position: relative;
    height: 100%;
}

.swiper-container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 339px;
    margin-left: 0;
    width: auto;
    border-radius: 6px;
}



@media (min-width: 786px) {
    .swiper-wrapper {
        box-shadow: unset;
    }
}