div.concept-wrapper{
	max-width:740px;
}
div.concept-wrapper h2{
	text-align:center;
	padding:60px 0 430px 0;
	color:#fff;
	line-height:1.4;
	font-style: italic;
	text-shadow:0 0 5px rgba(255, 255, 255, 0.8);
	font-family: 'Domine', serif;
	font-size:18px;
	font-weight:normal;
}
div.concept-wrapper div.concept-inner{
	margin: 0 24% 50px 24%;
	font-size: 12px;
	line-height:1.7;
	color:#eee;
}
div.concept-wrapper div.concept-inner p{
	margin-bottom:0;
}
div.concept-wrapper div.concept-footer{
	text-align:center;
	padding-bottom: 75px;
}
@media (max-width: 991px){
	div.concept-wrapper div.concept-inner{
		margin-top: -100px;
	}
}
@media (max-width: 768px){
	div.concept-wrapper h2{
		padding-bottom:0;
	}
	div.concept-wrapper div.concept-inner{
		margin-top:0;
	}
}