.brands-index {
    padding: 80px 0 0;
}

.brands-index .brand-title h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    color: #262626;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    letter-spacing: initial;
}

.brands-index__list {
    margin: 0 auto 0;
}

.brands-index__list>.row>div {
    /*padding-left: 10px;
    padding-right: 10px;*/
    /*margin: 0 -15px;*/
}

.brands-index__item {
    border: 1px solid #D9D9D9;
    cursor: pointer;
    padding: 0 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -15px
}

.brands-index__list>.row>div:nth-child(-n + 4) .brands-index__item {
    border-top: none;
}

.brands-index__list>.row>div:nth-last-child(-n + 4) .brands-index__item {
    border-bottom: none;
}

.item-brands__image {
    width: 100%;
}

@media only screen and (max-width: 767px) {

    .brands-index {
        padding: 60px 0 0;
    }

    .brands-index .brand-title h2 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px;
    }

    .brands-index__list {
        margin: 0 auto 0;
    }

    .brands-index__list>.row>div {
        width: 50%;
        float: left;
    }

    .brands-index__item {
        padding: 0 32px;
    }

    .item-brands__image {
        width: auto;
        object-fit: cover;
        max-height: 80px;
    }

}
