.content.main{
	margin-bottom:10px;
	background-color:#f2f3f5;
}

.content.main .blocco-introduzione-due-colonne h2,
.content.main .blocco-introduzione-due-colonne .testo strong{
	color:#ee7d00;
}

.content.main .blocco-introduzione-due-colonne .testo h4{
	line-height:1.4285em;
	text-transform:uppercase;
	font-weight:inherit;
	color:#ee7d00;
}

.content.main .blocco-introduzione-due-colonne .testo p:last-of-type{
	margin-bottom:0;
}

.content.main .blocco-introduzione-due-colonne img{
	max-width:192px;
}

.content.main .blocco-2 h2{
	font-size:2.87rem;
	font-weight:300;
	color:rgb(8,12,50);
}

.content.main .blocco-2 .item .numero{
	float:left;
	margin-bottom:0;
	line-height:1em;
	font-size:4.28rem;
	color:rgb(8,12,50);
}

.content.main .blocco-2 .item .testo{
	float:left;
}

.content.main .blocco-2 .item .testo h3{
	margin-bottom:0.5em;
	text-transform:uppercase;
	font-size:2rem;
	font-weight:400;
	color:#ee7d00;
}

.content.main .blocco-2 .item .testo p{
	margin:0;
	line-height:1.40em;
	letter-spacing:0.05em;
}

@media screen and (max-width:736px) {
	.content.main{
		padding-top:1rem;
		padding-bottom:3rem;
	}
	
	.content.main .blocco-introduzione-due-colonne{
		margin-bottom:3em;
	}
	
	.content.main .blocco-introduzione-due-colonne img{
		margin-top:1em;
	}
	
	.content.main .my.gallery.v3.gallery-t2{
		margin-bottom:3em;
	}
	
	.content.main .blocco-2 h2{
		margin-bottom:1em;
	}
	
	.content.main .blocco-2 .item{
		margin-bottom:2.5em;
	}
	
	.content.main .blocco-2 .item .numero{
		width:3rem;
	}
	
	.content.main .blocco-2 .item .testo{
		width:calc(100% - 3rem);
	}
}

@media (min-width:737px) {
	.content.main{
		background-image:url("../file/site/image/pagine/azienda/bk.jpg");
		background-position:center bottom;
		background-repeat:no-repeat;
	}
	
	.content.main .blocco-introduzione-due-colonne.width-fixed{
		position:relative;
		width:950px;
		margin-bottom:95px;
	}
	
	.content.main .blocco-introduzione-due-colonne img{
		position:absolute;
		bottom:0;
		left:0;
	}
	
	.content.main .my.gallery.v3.gallery-t2{
		margin-bottom:66px;
	}
	
	.content.main .blocco-2.width-fixed{
		width:980px;
		padding-bottom:52px;
	}
	
	.content.main .blocco-2 header{
		margin-bottom:4em;
	}
	
	.content.main .blocco-2 header h2{
		margin-bottom:0.5em;
	}
	
	.content.main .blocco-2 header p{
		width:65%;
	}
	
	.content.main .blocco-2 .item{
		box-sizing:border-box;
		min-height:136px;
		margin-bottom:10px;
		padding-top:35px;
	}
	
	.content.main .blocco-2 .item:last-of-type{
		margin-bottom:56px;
	}
	
	.content.main .blocco-2 .item .numero{
		margin-right:1.1em;
	}
	
	.content.main .blocco-2 .item .testo{
		max-width:38em;
	}
}