Ok I understand.
I don't know if there is another possibility in your template and maybe it is cleaner, but theoretically you can do the following in your custom CSS (Joomla Backend-> System-> Site Template Styles-> YOUR Template styles -> Column: "CUSTOM CSS" ) enter:
body {
line height: 1.4rem;
}
The "1.4" regulates the distance. (original 1.8.)
But be careful: This spacing is changed on the entire page. Please keep in mind that you do this at your own risk and there are also mobile devices where this distance may be better for reading the content on small devices.