.home-fascia-our-products-block
{
	background-color: var(--grigio)
}
.home-fascia-our-products-block .box
{
	border-radius: 40px;
	background: var(--bianco);
	padding: 8px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.home-fascia-our-products-block .box:hover
{
	background: var(--giallo);

}
.home-fascia-our-products-block .box img
{
	border-radius: 32px;
}
.home-fascia-our-products-block .box-text h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: clamp(24px, 2.4vw, 32px);
	line-height: clamp(26px, 2.25vw, 30px);
	color: #1d1d1b;
}
.home-fascia-our-products-block .box-text
{
	
	margin-bottom: 0px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	min-height: 110px; /* spazio minimo per contenere fino a 2 righe */
}
.home-fascia-our-products-block .box-text-inner
{
	display: flex;
	flex-direction: row-reverse;
	align-content: center;
	flex-wrap: wrap;
}
.home-fascia-our-products-block .button{margin-bottom: 0px;color:var(--bianco)} 