body {
	background-image: url(../immagini/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment:fixed
}
a#btnSocieta, a#btnSocieta:visited{color:#000}
div#contCustomPage p.contLoghiAboutUs {
	width: 100%;
	height: 280px;
	margin: 15px 0;
	padding: 0;
	background: #eee;
}



a.loghiAboutUs {
	width: auto;
	height: 120px;
	margin: 10px;
	padding: 0;
	display: block;
	float: left;
}

.loghi{padding:30px 0}

.certifications {
	display: flex;
	align-items: center;
    justify-content: center;
	margin-bottom: 5px;
}

.certifications img {
	width: 3%;
    height: 2%;
    overflow: hidden;
    margin-right: 10px;
}

.certifications h2 {
	margin: 0px !important;
}


