.brands__container{
    padding-bottom: 25rem;
}
.brands__title{
    margin-bottom: 40rem;
}
.brands__stores-item{
    margin-bottom: 40rem;
}
.brands__stores-item:last-of-type{
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .brands__stores-item{
        margin-bottom: 0;
    }
    .brands__title{
        margin-bottom: 70rem;
    }
}
