.p-shop__title {
    font-size: 34px;
}

@media all and (min-width: 0) and (max-width: 767px)  {
    .p-shop__title {
        font-size: 24px !important;
    }
}