Change font size on product page for mobile

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.

@media (max-width: 749px) {
.thb-product-detail .product-title { font-size: 1.8rem !important; }
}