.product__title h1 {
    font-size: 24px !important;
}

@media screen and (min-width: 750px) {
    .product__title h1 {
        font-size: 32px !important;
    }
}