Header breaking on one page

I am running into an issue with my site wherein the header is broken on one page, but functioning as it should on others. The right aligned menu on this page seems to be getting pushed to the left - as if padding had been added on this page. Any ideas on what might be causing this?

The url for the page is https://marythereserose.org/what-we-do/

Thanks

It looks like you have the ul selector set to column count 2 for where you want the bullets in two rows. It is making the menu in both in both the header and footer split in half. If you add another css class to where you want the bullets in two columns you can avoid messing with the other ul’s that you don’t.

Make sense?

You nailed it. Many thanks for your insight!