.it-brand-wrapper{display:flex}
.it-footer .it-brand-wrapper { flex-wrap: wrap;}
@media screen and (max-width:1200px){
	.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
		width: auto;
		height: 75px;
	}
	.it-brand-wrapper{gap:50px}
}
@media screen and (max-width:992px){
	.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
		width: auto;
		height: 50px;
	}
	
}
@media screen and (max-width:500px){
	
	.it-brand-wrapper{gap:30px}
}