.custom-footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -ms-flex-pack: distribute;
	  -webkit-box-pack: space-evenly;
		  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
}
.custom-footer-logos .footer-logo {
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
}