.contatti-lista-corp {
	padding: 40px 0 0;
}

.contatti-lista-corp .title {
	color: var(--color-blue_navy);
	font-size: var(--ts-xl-size);
	font-style: normal;
	font-weight: 700;
	line-height: 64px;
	margin-bottom: 64px;
}

.contatti-lista-corp .contacts-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contatti-lista-corp .contacts-container .contacts-col {
	width: 100%;
}

.contatti-lista-corp .contacts-container .contacts-content {
	font-size: 16px;
	line-height: 33px;
	letter-spacing: 1.16px;
	font-weight: 300;
	color: #2f373f;
	margin-bottom: 46px;
	        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.18px;
}

.contatti-lista-corp .contacts-container .contacts-content .contact-title {
font-size: var(--ts-m-size);
font-style: normal;
font-weight: 600;
line-height: 44px; /* 162.963% */
letter-spacing: 0.27px;
color: var(--color-blue_navy);
}

.contatti-lista-corp .contacts-container .contacts-content p b {
	font-weight: 700;
}

.contatti-lista-corp .contacts-container .contacts-content p a {
	font-weight: 700;
	white-space: nowrap;
}

.contatti-lista-corp.v2 .contacts-container .contacts-content p .contact-phone {
	display: block;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1.59px;
}

.contatti-lista-corp.v2 .contacts-container .contacts-content p .contact-phone.inline {
	display: inline-block;
}

.contatti-lista-corp.v2 .contacts-container .contacts-content p .contact-phone img {
	margin: 0 0 5px 10px;
	width: 20px;
	height: 20px;
	vertical-align: auto;
}

@media (min-width: 1360px) {
	.contatti-lista-corp {
		padding: 96px 0 0;
	}
	.contatti-lista-corp .title {
	color: var(--color-blue_navy);
	font-size: var(--ts-xl-size);
	font-style: normal;
	font-weight: 700;
	line-height: 64px;
	margin-bottom: 64px;
	}
	.contatti-lista-corp .contacts-container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.contatti-lista-corp .contacts-container .contacts-col {
		width: 48%;
	}
	.contatti-lista-corp .contacts-container .contacts-content {
		font-size: 18px;
		line-height: 33px;
		letter-spacing: 1.3px;
		margin-bottom: 70px;
		font-style: normal;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.18px;
	}
	.contatti-lista-corp .contacts-container .contacts-content .contact-title {
	font-size: var(--ts-m-size);
	font-style: normal;
	font-weight: 600;
	line-height: 44px; /* 162.963% */
	letter-spacing: 0.27px;
	color: var(--color-blue_navy);
	}
	.contatti-lista-corp .contacts-container .contacts-content p {
		font-size: 18px;
		letter-spacing: 1.3px;
	}
	.contatti-lista-corp.v2 .title {
		max-width: 650px;
	}
}

.contatti-lista-corp a {
	font-weight: 700;
	color: var(--color-electric_indigo);
	white-space: nowrap;
	text-decoration: underline;
}
