    .swiper-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;        
                flex-direction: row;
            flex-wrap: nowrap;
    }

    .swiper-slide.swiper-slide {
            flex-shrink: 0;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-margin-after: 3em;
                margin-block-end: 3em;
    }