#logos {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(min(12rem, calc(100% / 3 - 1rem)), 1fr));
	align-items: center;
	justify-items: center;
	gap: 1rem;
	> * {
		max-height: 10rem;
		aspect-ratio: 1;
		max-width: 67%
	}
}
