.entry-header .contenuto {
	max-width: 728px;
}

.introduzione {
	margin: 100px auto 80px;
}
.introduzione .testo {
	max-width: 800px;
}

.fascia_box {
	margin: 80px auto 90px;
}
.fascia_box > .testo {
	max-width: 800px;
}
.fascia_box .box_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	width: 100%;
	margin: 30px 0 0;
}
.fascia_box .box_list .box {
	position: relative;
	flex: 1;
	height: 450px;
	min-width: 300px;
	max-width: 450px;
	background-color: rgba(149, 207, 232, 0.35);
}
.fascia_box .box_list .box .content {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	padding: 40px 30px;
	color: var(--primario);
}
.fascia_box .box_list .box .icon {
	width: 100px;
	height: 100px;
	margin: 0 0 5px;
}
.fascia_box .box_list .box .titolo {
	font-weight: 700;
	font-size: 35px;
	line-height: 53px;
	text-transform: uppercase;
}
.fascia_box .box_list .box .testo {
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0 0;
}

.fascia_adesione {
	margin: 90px auto;
}
.fascia_adesione .testo {
	max-width: 800px;
	margin: 0 0 30px;
}