You can reduce the bottom margin of the paragraph text by adding a line of css. In order to do so, just add the following line under the custom css box at the customizer:
.entry-content p {margin-bottom:15px!important;}
You can play around with the 15px value to match the spacing according to your needs.