When I use <p> I get to large of a space but when I use <br\> I don’t get large enough of a space.

I want a large space between “Glucose Levels” and “I have recently been diagnosed…”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using proper mark-up, ideally semantic mark-up, for your content aids you greatly in styling that content:
With the css:
Results in this JS Fiddle demo.