Hi There,
Thanks for the clarification, by default all header (h1 – h6) has an unequal margin top and bottom (say 50px top, 15px bottom) that was added to your padding (10px). The padding has nothing to do with the issue as you can see the padding is balance at 10px on all sides.
The work around is to remove the top and bottom margins of the header. To do this apply an class mvn
on your h4 tag.
e.g.
<h4 class="mvn"><span style="color: #ffffff;">Are you Ready to Discover True Happiness, 500% Increased Productivity, Your Natural Creativity and Optimal Health?</span></h4>
Hope it helps, Cheers!