How can I adjust the font size in Dawn's rich text?

Hi,

Does anybody know how I can change the font size on rich text using the dawn theme? I know it has to do with REM but not sure where to adjust. I would like to make my headlines smaller, and increase the pixel size of the main text.

Hii, @Macker
Can you give me a screenshot of your problem so,
I can solve it perfectly.
Thank You.

https://vibranthound.com/?_ab=0&_fd=0&_sc=1&preview_theme_id=127768199345

For the headlines of rich text I want to decrease headline 1-2

For the rich text I want to increase main body of text to 15-176px

Paste this code on top of the section-rich-text.css file.

.rich-text__text.rte {
    font-size: 25px !important;
}

Thank You.

Thank you very much. How could I do the same for “image with text” to make the same size as rich text?

Hii, @Macker
Paste this code on top of the component-image-with-text.css file.

.image-with-text__text.rte p {
    font-size: 20px !important;
}

Thank You.

Hi @Zworthkey what if I want to do it only for one rich text section?