@media screen and (max-width: 768px) {
    .shop-category {
        padding: 0 23px 23px;
        background: none;
    }

    .shop-category__title {
        line-height: 43px;
    }
}