.connects-logos-grid {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
}
.connects-logo {
	display: block;
	height: auto;
	width: auto;
	object-fit: contain;
}
@media screen and (min-width:576px) {
	.connects-logos-grid {
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
}
@media screen and (max-width:575.98px) {
	.connects-logos-grid {
		gap: 30px !important;
	}
}