Why is my product description text grayed out on debutify theme?

I’m trying to understand why my text on my description has been grayed out but cannot find the reason. My theme is debutify and I customized it to be a dark theme within the store color settings but the product description won’t change no matter what color I change.

Store page: https://www.gralsritters.com/products/flame-fire-humidifier-aromatherapy-diffuser-ultrasonic-aromatic-essences-house-air-humidifier-home-bedoom-fragrance-diffusers?variant=40735639404680

@Gralsritter - your description somehow has he internal css applied, so to overwrite that css, add this css to the very end of your theme.scss file

p span {color: #fff !important;}

It fixed part of the description but this part remained grayed out

hi @Gralsritter

This is PageFly - Free Landing Page Builder.

This can be achieve by using custom css code. Please help me by add the code with the instruction below

Step1: Online store > Themes > Edit code > search for your theme file .css that could be theme.css

Step2: Paste the code to the end of the file

#productDescription p span, #productDescription h4 span {

color: #fff !important;

}

Hope this helps.

Best regards,

PageFly

@Gralsritter - please try css given by @PageFly-Victor