.video-slider__swiper.swiper{
    overflow: visible;
}
.video-slider__swiper-slide:nth-child(odd) {
    background: #9dd6d3;
}

.video-slider__swiper-slide:nth-child(even) {
    background: #fff;
}

.video-slider__swiper-slide__item {
    padding: 31px 46px 18px 46px;
}

.video-slider__swiper-slide__item > video {
    width: 100%;
    display: block;
    min-width: 100%;
    object-fit: cover;
    margin-bottom: 14px;
}

.slider-name,
.slider-text {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.slider-name{
    color: #1e403f;
    font-weight: 700;
    font-size: 23px;
}
.slider-text>p{
    font-weight: 400;
    font-size: 19px;
    color: #1e403f;
    line-height: 120%;
}
@media screen and (min-width: 991px){
    .video-slider__swiper-slide__item > video {
        max-height: 486px;
    }
}
@media screen and (max-width: 990.98px){
    .video-slider__swiper-slide__item > video {
        aspect-ratio: 1/1;
        max-height: 300px;
    }
}