I just added some custom css and an extra class to the text box.
I added the extra class center-icons then added this to your custom css:
.col-sm-4 .spb_wrapper .sf-icon-cont {
margin: 10px;
float: left;
}
.centre-icons .spb_wrapper {
margin: 0 auto;
width: 94%;
}
– Kyle