How to change the distance between two paragraphs?

Hey, I wanted to Know how to change the distance between two paragraphs.

Hi @nirmal9965,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

body p {
    margin: 10px 0;
}

Please change the value 10px in the above code to increase or decrease the distance between two paragraphs.

Best Regards,
Movin