Change Link Color in "What We Do" Section

My last question on this website :slight_smile:

https://jasonbmorris.com

I linked the headlines in the “What We Do” section and I’d like to change the link color (not the hover color, just the blue) back to white. I tried adding into the html code, but it wouldn’t recognize it. Is there something I can put in the additional CSS to change it back? I need to change the link color in this section only, not the entire site.

Thanks!

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

.intro-service-title a {
color: white;
}

Thanks!
Colorlib Support Team