.brands {
    margin: 0 0 10rem;
}

.brands .c-carousel__title {
    display: block;
    margin: 0 0 2rem;
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 500;
    text-align: left;
    text-transform: none;
}
.brands .c-carousel__title:before {
    display: none;
}

.brands .c-carousel__title--span {
    background: none;
    padding: 0;
    font-weight: inherit;
    border-radius: 0;
}

.brands__swiper .swiper-slide {
    padding: 0 1rem;
}
.brands__link {
    background: var(--accent-background-color);
    border: 1px solid #E6EBFB;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: #343434;
    transition: border-color 0.25s;
    width: 100%;
    height: 100%;
}

.brands__img {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
}

.brands__item {
    width: 100%;
    height: 100%;
}