How to add a text fonz size

Hello guys, how can I change only this text font size? I want to make it a little smaller.

.

Hi @NikosBat ,

Can you share your website url, so that I can validate my solution before replying you?

Hi @NikosBat

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

.rich-text__text.rte.scroll-trigger.animate--slide-in {
    font-size: 14px !important;
}

Result

Best,

DaisyVo