.brand__section {
    width: 11.1111%;
    padding: 0 12px;
    overflow: hidden;
    padding-bottom: 24px;
}
.brand__sections-list {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}
.brand__sections {
    margin: 84px 0 60px;
}
.brand__section-img {
    width: 108px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #ECEFF1;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 8px;
}
.brand__section-name {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
    color: #455A64;
}

@media (max-width: 991px) {
    .brand__section {
        width: 16.6666%;
    }
}

@media (max-width: 767px) {
    .brand__section {
        width: 50%;
    }
}