#luoghi-section {
	padding-top:100px;
}

#luoghi-section>h2 {
	display:block;
	text-align:center;
	font-size:32px;
	font-weight:400;
	color:rgb(1,152,117);
}
#luoghi-container {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	align-items:stretch;
	justify-content:center;
	gap:50px;
	padding:20px;
}
.luogo {
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	width:350px;
	gap:30px;
}
.luogo>img {
	width:100px;
	height:100px;
	border-radius:50%;
}
.luogo>h3 {
	font-size:17.5px;
	font-weight:700;
}
