/* ALL */

.componentSlidingContent {
    position: relative;
}

.componentSlidingContent:not(:has(.swiper)) {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (min-width: 64rem) {/* 1024px */ 

    /* .componentSlidingContent:not(:has(.swiper)) {
        -ms-flex-direction: row;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    } */
}

