.box-perche .al-grid--4 .al-box{
	padding: 0 0.625rem 2rem 0.625rem;
}
.box-perche .al-grid--4 .al-box .al-box--icon{
	text-align: center;
}
.box-perche .al-grid--4 .al-box .al-box--icon i{
	width: 55px;
  font-weight: 700;
}

@media all and (min-width: 1128px) {
	/*regola per forzare la griglia a 2 colonne, anziché 4 anche su desktop */
	.box-perche .al-grid--4{
		grid-template-columns: repeat(2, 1fr);
	}
}
 