How to make Rich Text block text lines wider?

For whatever reason I can’t seem to get the text in the “About Us” section of my website to expand (instead, it just clumps up in the middle in one thick paragraph, which is not ideal). How do I get the text to stretch out wider and take up more space in the text box? It doesn’t seem that the text box itself is too small (though it could stand to be a little bigger); it seems like the text refuses to expand and fill the entirety of the box. Does anyone have any suggestions for how to fix this? Here’s the page and what I’m wanting to do with it:

Here’s the URL for the specific page in question: https://siriuscandleco.com/pages/about-us

I really just want the text to spread out into wider lines so the paragraph isn’t as big and chunky. If anyone has any tips on how to do this I would greatly appreciate it! (I’m using Dawn, by the way)

Hey @np190 ,

Have you seperated the sentences by pressing enter in the textbox? Because I see
tags in the paragraph.
Please paste this in the Custom CSS box in the Theme Customizer → Settings and amend the text in the textbox to not seperate into next lines.

.rich-text__blocks {
    max-width: 100% !important;
}

I added the code but unfortunately it didn’t work (something of note though is that when I altered the value to be less than 100 it compressed the text even further, but when I increased it to be above 100 there was no discernable effect).

Also, there are no line breaks or gaps in the paragraph, it’s just back-to-back sentences separated by punctuation and single spaces. Could you clarify what you mean about
tags? If there are line breaks there then they would have to have been put there automatically by the theme or the code, since I know for certain I did not add any line breaks myself.