/*.brand__item_t-optimal {
    padding: 0 !important;
}*/

.brand__item_t-optimal img {
    width: 100%;
    max-width: none;
    max-height: none;
}

@media (max-width: 767px){
    .brand__item_t-optimal {
        padding: 8px 24px !important;
    }
    
    .brand__item_t-optimal img {
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }
}

@media (min-width: 3200px){
    .brand__item_t-optimal {
        padding: 100px 50px !important;
    }
    .brand__item_t-optimal img {
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }
}