.entry-header .contenuto {
	max-width: 728px;
}

.google_map {
	height: 450px;
	margin: 60px auto 0;
}
.google_map iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 767px){
	.google_map {
		margin: 50px auto 0;
	}
}

.grid_box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 50px;
	column-gap: 70px;
	width: 100%;
	margin: 100px auto;
}
.grid_box .icon {
	margin: 0 0 30px;
}
.grid_box .title {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
}
.grid_box .text {
	margin: 20px 0 0;
}
@media screen and (max-width: 767px){
	.grid_box {
		grid-template-columns: repeat(1, 1fr);
		margin: 60px auto 80px;
	}
	.grid_box .icon {
		margin: 0 0 20px;
	}
}

.numeri_utili {
	margin: 80px auto;
}
.numero_utile {
	margin: 23px 0 0;
}
.numero_utile .titolo {
	font-weight: 700;
}
.numero_utile a {
	font-weight: 700;
	color: var(--secondario);
}
.numero_utile a:hover,
.numero_utile a:active,
.numero_utile a:focus {
	color: var(--hover-secondario);
}
.numero_utile ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.numero_utile li {
	padding: 0 0 0 24px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNCA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIGN4PSIyIiBjeT0iMiIgcj0iMiIgZmlsbD0iI0ZBQjUxNSIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-position: 10px center;
}
@media screen and (max-width: 767px){
	.numeri_utili {
		margin: 60px auto;
	}
	.numero_utile a {
		word-break: break-all;
	}
}