.brands .brands__brand-title {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.brands .brands__image-wrapper {
    height: 80px;
    display: flex;
    align-items: center;
}
.brands .brands__item {
    max-width: 80%;
    max-height: 100%;
}
.brands .brands__image {
    max-height: 100%;
}
.brands .brands__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brands .brands__title a{
    border-bottom: 1px solid #001617;
    color: #001617;
    font-size: 17px;
    font-family: MabryPro-Regular, Arial, sans-serif;
    line-height: 1;
}
@media(max-width: 768px) {
    .brands .brands__brand-title {
        font-size: 12px;
    }
    .brands .brands__title a{
        font-size: 15px;
    }
}
