Hi there @wjgreen ,
I have had a look and I would recommend you to use a grid for this.
As the Debut theme is really old and not recommended to use any more, the fix for this is also sort of “quick and dirty”.
.site-footer__icon-list {
display: grid;
grid-template-columns: 35px 35px;
grid-template-rows: 35px 35px;
}
Hope this helps.