Why are my product descriptions in different colors on the Crave theme?

Hey everyone! I’m having an issue with my product description being different colors. It’s in random collections I have and I can’t seem to figure it out. I’ve never worked with HTML before and have been unable to locate certain files asked for in other posts. I have the “Crave” theme and anyone else with this issue has had different ones. Desperate for help with this if anyone could reach out I’d greatly appreciate it. I attached photos for examples. One of a good product description with correct coloring and font. Followed by one with the inconsistencies. Thank you so much.

Theme : Crave

Website : https://k-acustomizedcreations.myshopify.com/

Password : xowdro

Hello , @KA_Creations

Go to section-main-product.css file & put this CSS code at the bottom

.product__description{

color:black;

}

Thanks for replying Jaydeep. I put this into the css file and it did what we wanted but now the colors are all black. So I put in the desired color code like this

.product__description{

color:#cd4583;

}

but it reverted back to how it was before with the mismatched colors.

Also the fonts are mismatched as well.

@KA_Creations
The font mismatched because of the it’s boldness.

The font is different aside from the bold. I was able to find the solution though. It seems that copy pasting from Microsoft word somehow ruins the html I suppose. If I manually type it out or copy paste from a simple program like word pad it would be fine. Thanks for the help everyone.