.fasi-acquisto {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-top: 3rem; 
	padding-bottom: 3rem; 
}

.box-fasi {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 900px;
	margin: auto;
	gap: 10px;
}

.box-fasi h3 {
	font-size: 22px;
}

.box-fasi p {
	line-height: 1.4;
}

.phase-container {
	display: flex;
	position: relative;
	justify-content: flex-start;
	align-items: center;
}

.phase-container:nth-child(even) {
	flex-direction: row-reverse;
}

.box-fasi .box {
	border-radius: 1rem;
	border: 1px solid #ccc;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 95%;
	height: 130px;
	box-sizing: border-box;
	max-width: 450px;
}

.number-container {
	margin-right: -25px;
	opacity: 0.7;
}

.phase-container:nth-child(even) .number-container {
	margin-right: 0;
	margin-left: -25px;
}

.number {
	position: relative;
	font-size: 200px;
	font-weight: bold;
	margin-top: 0;
	line-height: 180px;
}

.number::before {
	content: attr(data-num);
	-webkit-text-stroke-width: 0px;
	-webkit-text-stroke-color: transparent;
	background-clip: text !important;
	color: transparent;
	border-color: transparent;
	--dot-bg: white;
	--dot-color: #929292;
	--dot-size: 3px;
	--dot-space: 7px;
	background: linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space), linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space), var(--dot-color);
}

@media (min-width:360px) {
	.box-fasi .box {
		width: 90%;
	}
}

@media (min-width:415px) {
	.box-fasi .box {
		width: 85%;
	}
	
	.fasi-acquisto .container {
		max-width: 750px;
	}
}
