Help with simple HTML/CSS issue as shown in attached screen shots

Hiya, I can’t for the life of me figure out why the elements in the two footer areas pushed to the right margin :confused:

Please help me align all these divs and their elements nicely centered.

The site: nataliegwinters . com

The ul element has default padding and margin.

ul {
  padding: 0;
  margin: 0;
}