Heading size of privacy & refund policy pages too large, Prestige Theme

The headings for all policy pages (privacy, refund, terms of service etc) are all huge and not sure how to reduce. We would like them at H3 size. Tried changing this through the code but it changed all headings that are H2. Help.

@CostaEffie

Please share your page URL!

Thanks!

www.greciancollective.com

Thanks!

@CostaEffie

Please add the following CSS code to your assets/theme.css bottom of the file.

.shopify-policy__title {font-size: 1rem !important;}

Thanks!