Hi Jarek
Thanks for coming back on this I have managed to sort it by adding the following CSS to my child theme style sheet which has centered the headings the text and the menu items in each footer column.
/* — Footer Widgets — */
.footer-widgets{}
/* Center Headings */
.footer-widgets .widget-title{margin-bottom:55px;text-align:center;font-weight:700;}
.footer-widgets .widget-content p{color:#000;font-weight:400;}
/* Change Text Position */
.footer-widgets .widget.widget_text .textwidget{color:#000;font-weight:400;text-align:center;}
.footer-widgets ul >li{padding-top:0px;text-align:center;}
.footer-widgets ul >li >a{text-transform:none;font-size:13px;text-align:center;}
/*Center Menu*/
.widget_nav_menu .menu > li > a{text-align:center; font-family: ‘Montserrat’, sans-serif; font-weight:400;}
Thanks