Hello Nimue,
Thanks for updating in! I have investigated your page and I found out that you have inserted the following in the text element and in the classic text elements:
<p style="text-align: center;"><span style="color: #008080;"><em>(This could have saved me so much trouble in hindsight...)</em></span></p>
which should only be this instead:
<span style="text-align: center;color: #008080;"><em>(This could have saved me so much trouble in hindsight...)</em></span>
<p><span style="color: #01979e;"><strong>Module 2:</p>
should be updated to:
<p><span style="color: #01979e;"><strong>Module 2:</strong></span></p>
<span style="color: #01979e;">CLAIM YOUR ULTIMATE POWERS</strong></span>
should only be this:
<span style="color: #01979e;">CLAIM YOUR ULTIMATE POWERS</span>
and this:
<p><span style="color: #01979e;"><strong>Module 3:</p>
should also be updated to this:
<p><span style="color: #01979e;"><strong>Module 3:<.strong><span></p>
Please keep in mind that unclosed span, strong, paragraph or any html tag will messed up the other html elements and even the page layout too. If you can give us access to your WP site, we may be able to help you clean up the page to display it correctly.
Cheers.