﻿.horiz4sectionsswiper .swiper-container {
    width: 100%;
    height: 100%;
}
.horiz4sectionsswiper {
    gap: 10px;
    display: flex;
    flex-direction: row;
    margin: 0 7vw;
    flex: 0 0 calc(100% - 14vw);
    width: calc(100% - 14vw) !important;
    
}

    .horiz4sectionsswiper .container__inner-box {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        display: block;
        margin-top: 5px;
        overflow: hidden;
    }


