

/* For desktop */
.shopify-section h3.content__heading,
.shopify-section .section__heading{ font-size: 30px;}

/* For mobile */
@media only screen and (max-width: 1024px) {
.shopify-section h3.content__heading { font-size: 18px;}
}