.container {
    width: 100% !important;
    max-width: 1600px;
}

.containerItem{
    max-width: 99% !important;
}

.maxWidth {
    width: 100%;
    display: flex;
    justify-content: center;
}

.col-xl-12 .arrow-right {
    right: 10px !important;
}

.col-xl-12 .arrow-left {
    left: 10px !important;
}

.secondCol{
    padding: 0px;
}

@media (max-width: 1024px) {
    .secondCol{
        padding: 0 8px !important;
    }
}

@media (max-width: 768px) {
    .container{
        max-width: 93% !important;
    }
}

@media (min-width: 768px) {
    .owl-item {
        padding: 0 10px !important;
    }

    .maxWidth .owl-carousel {
        max-width: 90%;
    }
}

@media (min-width: 1200px) {
    .leftColumn {
        flex: 0 0 74% !important;
    }

}

@media (min-width: 1350px) {
    .maxWidth .owl-carousel {
        max-width: 93%;
    }
}

@media (min-width: 1650px) {
    .maxWidth .owl-carousel {
        max-width: 94%;
    }
}
