Footer Newsletter Sign Up - Split Heading into 2 lines with a gap between

Hi there, I managed to set my footer up to have menus and to successfully move the Newsletter email sign up to align with the Menus. But that’s where I encountered a problem, I wanted to split the header into 2 seperate lines, but have made a bit of mess of it. The first line is where I want it but then has duplicated. This is what it looks like:

Subscribe to our Newsletters

Subscribe to our Newsletters

Subscribe and get 15% off your first order

Whereas this is what I wanted it to look like:

Subscribe to our Newsletters

Subscribe and get 15% off your first order

I think whatever I did with this code has caused the problem:

{%- if section.settings.newsletter_enable -%}
{%- if section.settings.newsletter_heading != blank -%}

{{ section.settings.newsletter_heading }}

{%- if section.settings.newsletter_enable -%}
  {%- if section.settings.newsletter_heading != blank -%}
    <h2 class="footer-block__heading inline-richtext">{{ section.settings.newsletter_heading }}</h2>
  {%- endif -%}

  <p class="newsletter-subtext">Subscribe and get 15% off your first order</p>

</div>

{%- endif -%}

{%- endif -%}

Hey @seanyd,
Thanks for bringing your Query to Shopify community.
Could you please share your store url along with the password [if applicable] so that I can take a look and provide you with the solution code.
Thanks

@The_ScriptFlow thanks you very much, url is AprèsWaves.com and pw is Butchandsun1986!

Ah I already have this url and password.
Before moving further I would like to know my previous code fix the issue with the bullet points alignment or not?

unfortunately bullet points still an issue

This is what I was trying to achieve: