Separate h2's from paragraph text

Hi everyone,

I have finished the header styling at the atl review group health page, but on the h2 elements the paragraph text underneath is wrapping around the graphics because of the use of float:left on the h2 element. Can someone please advise me a way to get the text to not wrap around this graphic and just align all that text by itself? I hope I have made my question clear. (:

You can apply clear:left; to your .subsectiontext to clear the float.

Thank you very much. :slight_smile: