.about-header {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #F8F8F8;
	background: url(../../immagini/landing/about.jpg) no-repeat center center;
	background-size: cover;
}

.about-message {
	position: relative;
	padding-top: 20%;
	padding-bottom: 10%;
}

.about-message > h1 {
	margin: 0;
	font-size: 5em;
}

@media (max-width: 767px) {
	.about-message {
		padding-top: 24%;
		padding-bottom: 8%;
	}

	.about-message > h1 {
		font-size: 3em;
	}
}

.lead {
	font-size: 1.5em;
	font-weight: 400;
}

.section-about {
	padding: 50px 0;
	background-color: #FFFFFF;
}
