How can I change the color of a single sentence on my website?

I want to change the colour of the line (Ready to level up your feel-good game?) to purple. Keep the rest of text white.
Site: https://fastingsupport.com.au/

@sroz - as you can see that entire text is actually a single line, can you break it into 2? else all the text will be purple as css will be applied to entire line

Was hoping to keep altogether so when view on smaller devices, remains as one cohesive paragraph. But if must, can split. If split what is best CSS.

Hello @sroz

It will be possible like this:

I can make this change via Google Chrome Inspect and making changes to edit html but it doesn’t seem to save. I can see the changes, but when I go back to the site the changes are not applied. What am I missing.

@sroz - add that span part in the backend from where you are adding text, that is the only way