.steps-slider {
    overflow: unset;
}

.steps-slider:not(:first-child) {
    margin-top: 24rem;
}

.steps-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 288rem;
    height: auto;
}

.steps-slider .swiper-slide:not(:last-child) {
    margin-right: 8rem;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .steps-slider:not(:first-child) {
        margin-top: 32rem;
    }

    .steps-slider .swiper-slide:not(:last-child) {
        margin-right: 24rem;
    }
}
