Use code to Custom CSS box
/* product title size mobile */
@media screen and (max-width:767px) {
h1.ProductItem-details-title {
font-size: 15px !important;
}}

Result:

Use code to Custom CSS box
/* product title size mobile */
@media screen and (max-width:767px) {
h1.ProductItem-details-title {
font-size: 15px !important;
}}

Result:
