/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/
.brands_carousel {
    justify-content: space-evenly;
    display:flex;
}

    .brands_carousel > .brand {
        max-width: 15%;
        max-height: 150px;
    }
