.teens-life-slider:not(:first-child) {
    margin-top: 32rem;
}

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

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