.featured-block
{
	
	margin-bottom: clamp(20px, 4vw, 50px);
}
.featured-block .box
{
	padding: 8px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.featured-block .box img
{
	border-radius: 32px;
}
.featured-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: var(--blu-alt);
	margin-bottom: 30px;
	margin-top: 30px
}
.featured-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 */
}
.featured-block .box-text-inner
{
	display: flex;
	flex-direction: row-reverse;
	align-content: center;
	flex-wrap: wrap;
}
.featured-block .button{margin-bottom: 0px;color:var(--bianco)} 

