.brands-list__item {
    padding: 0;
    height: 100%;
}
.brands-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px;
}
.brands-list__descr {
    padding: 16px;
    width: 100%;
    height: 100%;
    background-color: #f8f8fc;
    text-align: left;
}

@media (max-width: 600px) {
    #main .brands-list .mobile-scrolled--items-3 > *:where(a, div) {
        width: 260px;
    }
    .brands-list__item:not(.brands-list__item--picture) {
        padding-left: 0;
        padding-right: 0;
    }
}