.footer-brand{
       padding: 60px 0px 138px!important;
}
.brand-inner{
	text-align:center;
}
.brand-inner a{
    margin: 0px 45px 22px 45px;
    display: inline-block;
}
.brand-inner a:last-child{
	margin-right: 0;
}
.brand-inner.top a:first-child {
    margin-left: 0;
}

.brand-section.footer-brand .brand-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}
#webcommander-page > .footer .brand-section.footer-brand .brand-inner a {
    margin: 0;
    width: calc(100%/9 - 4px);
    align-items: center; 
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 8px;
}

@media only screen and (max-width: 767px) {
#webcommander-page > .footer .brand-section.footer-brand .brand-inner a { 
  width: calc(100%/5 - 40px);
}
}
