Hello,
The paragraphs can be added from the text editor, the theme has nothing to do with it. Have you checked if you have added the paragraphs on the text editor itself?
Check http://demo.axlethemes.com/business-club-pro/about-us/ here paragraphs are displaying fine, if I misunderstood your issue please let me know.
Now about the fonts, if you do not like the font you can always change it, the theme provides you 50+ google fonts which you can change any time.
Just go to Dashboard -> Appearance -> Customize -> Theme Options -> Font Family Option -> and change the Content Body option to your desired font.
Now finally for the font size, if you still need to change the font size of the post/page content just go to
Dashboard -> Appearance -> Customize -> Additional CSS and add the below given CSS.
.entry-content p {
font-size: 15px;
}
Now change the font size ( which is currently 15px ) to your requirement.
I hope it helps.
Regards.