#header{
	border-bottom: 1px solid #dbdbdb;
}
.sec1{
	overflow: hidden;
	padding: 6.51% 0 8.28125%;
}
.sec1 .inner{
	width: 1014px;
}
.sec1 h3{
	text-align: center;
	font-size: 32px;
	color: #333;
	font-weight: bold;
	margin-bottom: 1.6875em;
}
.sec1 h5{
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-bottom: 1.25em;
	margin-top: 2.4em;
}
.sec1 p{
	font-size: 14px;
	color: #555;
	line-height: 1.714;
	margin-bottom: 1em;
	padding-left: 1em;
}
.sec1 p:last-child{
	margin-bottom: 0;
}
.sec1 p.nopadding{
	padding-left: 0;
}
.sec1 p .num{
	display: inline-block;
	vertical-align: baseline;
	margin-left: -1em;
	width: 1em;
	font-family: "DIN-Medium";
}
.sec1 p a{
	font-size: inherit;
	color: inherit;
}

@media only screen and (max-width:1023px){
	.sec1{
		padding: 2.5rem 0 3rem;
	}
	.sec1 h3{
		font-size: 1.5rem;
	}
	.sec1 h5{
		font-size: 0.875rem;
	}
	.sec1 p{
		font-size: 0.625rem;
	}

}