.partners figure {
	overflow: hidden;
	height: 300px;
	width: 300px;
	border-radius: 50%;
	margin-bottom: 10px;
}
.partnersList {
	display: flex;
	flex-direction: row;
	columns: 3;
	flex-wrap: wrap;
	justify-content: space-around;
}
.partner {
	margin-bottom: 20px;
}
.partner a {
	text-decoration: none;
	color: #333;
	text-align: center;
}
