/**/
.section-offerte {
	min-height: calc(100vh - 615px);
}

/* TITOLO */
.block-title-icon h1 {
	position: relative;
}

.block-title-icon h1:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%) skew(-20deg);
	width: 282px;
	height: 24px;
	background-repeat: no-repeat;
	opacity: 1 !important;
	background-color: var(--c2);
	z-index: -1;
}