


.pacchetti_ai_h3 {
	margin-top: 20px;
	padding-bottom: 10px;
}
.pacchetti_ai {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}
.pacchetti_ai .pacchetto_ai {
	background: #56aacb;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	width: 160px;
	height: 160px;
	box-shadow: #eee -10px -10px 0px !important;
	display: grid;
	justify-content: center;
	align-items: center;
	gap: 0px;
	place-content: center;
	place-items: center;
}
.pacchetti_ai .pacchetto_ai span:nth-child(1) {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
}
.pacchetti_ai .pacchetto_ai span:nth-child(2) {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
}
.pacchetti_ai .pacchetto_ai span:nth-child(3) {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
}



