How to use different colors in a multi-row Dawn 12.0

I’m trying to find a way to leave my “Heading” text red and change my “text” to black within my multi-rows. In the attached you can see what is circled in blue is what I want to be black but can’t find a way. If someone can help that would be great, I’m guessing I’ll need to add or change code but I’m not sure what or where.

Hey @Chlogan ,
Can I have the link to your store?

Pistolring.com

Add this code to the Custom CSS section in the Theme Customizer settings and it should work.

p {
    color: black !important;
}

The Custom CSS box is here

Thank you for the help!