@media screen and (max-width: 768px) {
    .favorite-brands__title {
        font-size: 20px;
        line-height: 20px;
    }

    .favorite-brands {
        padding: 0 20px 25px;
        background: none;
    }

    .favorite-item {
        background: #F6F6F6;
    }
}

@media screen and (max-width: 440px) {
    .favorite-brands {
        padding-right: 0;
    }

    .favorite-brands__items .slick-list {
        margin: 0;
    }

    .favorite-brands__items .slick-slide {
        width: 197px;
    }
}
