html, body, h1, h2, h3, p, ul, li {
	
	
	padding:0px;
    margin:0px;
	
}


.wrapper {
	
	max-width:1570px;
	margin:0 auto;
	padding-top:100px;
	padding-bottom:100px;
	padding-left:30px;
	padding-right:30px;
	overflow:hidden;
	text-align: center;


}



h1 {	

	
	text-align: center;
	
	font-size: 45px;
	line-height: 55px;
	letter-spacing: 0px;
	
	
}





h2 {	


	text-align: center;
	
	font-size: 42px;
	line-height: 50px;
	font-weight: 400;
	color: #252525;
	padding-bottom: 70px;

}

	
h3 {
	
	text-align: center;
	text-transform: uppercase;
	font-size: 27px;
	line-height: 32px;
	font-weight: 300;
	color: #252525;
	
}	


a {

	text-decoration: none;
	cursor: pointer;

}


i {

	margin-right: 10px;
	color:white;

}



@media screen and (max-width:600px) {


.wrapper {
	

	padding-top:80px;
	padding-bottom:80px;
	padding-left:18px;
	padding-right:18px;


}



h2 {
	

	font-size: 33px;
	line-height: 42px;
	padding-bottom: 50px;


}


}






