Changing colors in CTA Section

Hi,
I’ve problems with color settings in CTA Section - I need do change colors of:
Main CTA title
Main CTA text
Main CTA sub-title
Could you help me with it?
Best!

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the font color by going to Appearance > Customize > Additional CSS and pasting it there.


h1.intro-cta-title {
    color: #ffce55;
}

h1.intro-title {
    color: red;
}

p.intro-tagline {
    color: red !important;
}

Best Regards,
Support