.slider-brands .data-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}

.block--brands--items .owl-next {
    font-size: 0;
    width: 55px;
    height: 55px;
    background-size: 100%;
    right: -60px;
    top: 35%;
    background: url('images/right.svg') no-repeat;
    opacity: 0.5;
}
.block--brands--items .owl-prev {
    font-size: 0;
    width: 55px;
    height: 55px;
    background-size: 100%;
    background: url('images/left.svg') no-repeat;
    left: -60px;
    top: 35%;
    opacity: 0.5;
}
.block--brands--items .owl-next:hover,
.block--brands--items .owl-prev:hover {
    opacity: 1;
}
.brands--items.owl-carousel {
    max-width: 95%;
    margin: 0 auto;
}
.block--brands--items
{
    background: rgba(111, 186, 82, 1);
    padding: 73px 0;
}
.brands--item img{
    max-height: 79px;
    max-width: 155px!important;
}
.brands--item {
    border: 1px solid rgba(217, 217, 217, 1);
    background: #fff;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

@media (max-width: 1400px) {
    .brands--items.owl-carousel {
        max-width: 90%;
    }
}
@media (max-width: 991px) {
    .brands--items.owl-carousel {
        max-width: 85%;
    }
}
@media (max-width: 768px) {
    .brands--items.owl-carousel {
        max-width: 94%;
    }
    .block--brands--items .owl-prev {
        width: 32px;
        height: 32px;
        background-size: 100% !important;
        top: 47%;
        left: -24px;
    }
    .block--brands--items .owl-next {
        width: 32px;
        height: 32px;
        background-size: 100% !important;
        top: 47%;
        right: -24px;
    }
    .brands--item {
        height: 80px;
    }
    .block--brands--items {
        padding: 26px 0;
    }
    .brands--item img {
        max-height: 44px;
        max-width: 120px !important;
    }
    .slider-brands .data-title {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .brands--items.owl-carousel {
        max-width: 93%;
    }
}
@media (max-width: 500px) {
    .brands--items.owl-carousel {
        max-width: 90%;
    }
}
@media (max-width: 350px) {
    .brands--items.owl-carousel {
        max-width: 88%;
    }
}