.logosList {
	justify-content: center;
	gap: 20px;
}
.logosList figure {
	background: grey;
	border-radius: 50%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	text-align: center;
	align-content: center;
}
.logosList figure img {
	max-width: 100%;
	margin: 0 auto;
}

