
    .brands-slider-boxes{
            padding: 30px;
    box-shadow: 0 8px 7px 2px rgba(0, 0, 0, 0.1), 0 4px 18px 2px rgba(0, 0, 0, 0.06);
    border-radius: 15px;

    }
    .brands-slider-boxes img{
           height: 70px !important;
    width: 70px !important;
    margin: 0 auto;
    }
    .brands-slider .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    height: 100px;
    -moz-backface-visibility: hidden;
    /*background: red;*/
    padding: 10px;
}
.brands-slider .owl-carousel .owl-stage-outer{
     height: 180px;
}
@media (max-width: 560px) {
       .brands-slider .owl-item img {
        display: block;
        margin: 0 auto;
        height: unset;
    }
    .brands-slider-boxes {
        padding: 16px;
        box-shadow: 0 8px 7px 2px rgba(0, 0, 0, 0.1), 0 4px 18px 2px rgba(0, 0, 0, 0.06);
        border-radius: 15px;
        text-align: center;
        height: 100px;
        margin-top: .5rem;
    }
    .brands-slider-boxes {
        padding: 16px;
        box-shadow: 0 8px 7px 2px rgba(0, 0, 0, 0.1), 0 4px 18px 2px rgba(0, 0, 0, 0.06);
        border-radius: 15px;
        text-align: center;
        height: 100px;
        margin-top: .5rem;
    }
}
