.complex__brand-item {
    min-width: 193px;
    min-height: 120px;
}

@media only screen and (max-width: 768px) {
    .complex__brand-item {
        min-width: unset;
        min-height: unset;
    }
}