Insert the following codes into Customizing->General->Additional CSS:
/*Decrease Gap between the Footer Widget Title and Content*/
.footer-widgets .widget-title{
margin: 0 auto!important;
}
/*Increase Gap between the footer widgets*/
.footer-widgets .widget{
margin-bottom: 30px!important;
}