.logos {
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center; 
	gap: 10px;
}

.logos a {
	display: inline-flex; 
	justify-content: center; 
	align-items: center;
	width: 100px; 
	height: 100px; 
}

.logos img {
	width: 90%;
	object-fit: contain; 
    aspect-ratio: 3/2;
}