﻿.brands-module {
    
}

.brand-slide {
}

.brand-item {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    transition: all .2s ease-in-out;
}

.brand-item:hover {
    border: 2px solid #f8c630;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.30), 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
    transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.brand-item img {
    
}

.brands-module .slick-track
{
    display: flex !important;
}

.brands-module .slick-slide
{
    height: inherit !important;
}

@media screen and (min-width: 992px){
    .brand-item {
        height: 135px;
    }
}