#header{
	box-shadow: 0 1px 0px #f2f2f2;
}
.sec1{
	position: relative;
	overflow: hidden;
	padding: 6.4% 0 10.8%;
	font-size: 16px;
}
.sec1 .inner{
	width: 1310px;
}
.sec1 *{
	font-size: inherit;
}
.sec1 h1{
	text-align: center;
	font-size: 1.75em;
	color: #333;
	font-weight: bold;
	margin-bottom: 2.143em;
}
.sec1 li{
	margin-bottom: 3em;
}
.sec1 li:last-child{
	margin-bottom: 0;
}
.sec1 h5{
	font-size: 1.25em;
	color: #333;
	font-weight: bold;
	margin-bottom: 1em;
}
.sec1 p{
	font-size: 0.875em;
	color: #555;
	line-height: 1.714;
	margin-bottom: 1.143em;
}
.sec1 p:last-child{
	margin-bottom: 0;
}



@media only screen and (max-width:1024px){
	.sec1{
		font-size: 0.75rem;
		padding: 3rem 0 4rem;
	}
}