.brands .slick-slide.slick-current .brands__item {
    border-left: 1px solid #818282;
}

.brands__item {
    position: relative;
    height: 206px;
    width: 100%;
    border: 1px solid #818282;
    border-left: 0;
    margin-bottom: 1px;
}

@media (max-width: 575.98px) {
    .brands__item {
        height: 145px;
    }
}

.brands__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}