.brands-items {
    background-color: #87A5C099;
}

.brands-items .brands-items-wrapper {
    padding: 100px 0;
}

.brands-items .brands-items-content {
    margin-bottom: 40px;
}

.brands-items .brands-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
}

.brands-items .brands-items-callback {
    display: flex;
    justify-content: center;
}

.brands-items .brands-item .brand-image {
    padding-bottom: 100%;
    width: 100%;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

@media all and (min-width: 1025px) {
    .brands-items .brands-items-header {
        max-width: 70%;
    }
}