@media screen and (max-width: 1023px) {
    .shop-info__name, .shop__name {
        font-size:15px;
        font-weight:700;
        padding-bottom:10px;
        line-height:140%;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .shop__limit__text__content {
        font-size: 10px;
    }
}