.section-1 {
	margin-top: 108px;
	padding: 75px 0 30px 0;
	border-bottom: 1px solid #eeeeee;
}

.section-1 h2 img {
	margin-right: 17px;
	vertical-align: 0px;
}

.section-1 h2 {
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 52px;
}

.section-1 h3 {
	font-size: 18px;
	font-weight: normal;
}

.section-2 {
	padding: 72px 0 165px 0;
}

.section-2 .items {
	font-size: 0;
}

.section-2 .items .item {
	display: inline-block;
	padding-right: 12.5%;
	margin-right: 12.5%;
	border-right: 1px solid #EEEEEE;
	vertical-align: top;
	height: 360px;
}

.section-2 .items .item:last-of-type {
	margin-right: 0;
	padding-right: 0;
	border: 0;
}

.section-2 .items .item dt {
	font-size: 18px;
	margin-bottom: 40px;
	line-height: 100%;
}

.section-2 .items .item dd {
	font-size: 15px;
	margin-bottom: 28px;
	line-height: 100%;
}


@media only screen and (max-width: 1700px) {
	.section-1 {
		margin-top: 108px;
		padding: 55px 0 25px 0;
	}
	.section-1 h2 {
		font-size: 30px;
		font-weight: normal;
		margin-bottom: 40px;
	}
	.section-1 h2 img {
		margin-right: 15px;
		vertical-align: -2px;
	}
	.section-2 {
		padding: 62px 0 145px 0;
	}
	.section-2 .items .item {
		padding-right: 11.5%;
		margin-right: 11.5%;
	}
	
}

@media only screen and (max-width: 1600px) {
	.section-1 {
		margin-top: 80px;
		padding: 45px 0 25px 0;
	}
	.section-1 h2 {
		font-size: 28px;
		font-weight: normal;
		margin-bottom: 30px;
	}
	.section-2 .items .item dt {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.section-2 .items .item dd {
		margin-bottom: 25px;
	}
	.section-2 .items .item {
		padding-right: 11%;
		margin-right: 11%;
	}
	.section-2 {
		padding: 52px 0 125px 0;
	}
	
}

@media only screen and (max-width: 1440px) {
	.section-1 {
		margin-top: 60px;
		padding: 35px 0 20px 0;
	}
	.section-1 h2 {
		font-size: 24px;
		font-weight: normal;
		margin-bottom: 20px;
	}
	.section-1 h2 img {
		margin-right: 7px;
		vertical-align: -1px;
		width: 25px;
	}
	.section-2 {
		padding: 42px 0 105px 0;
	}
	.section-2 .items .item dt {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.section-2 .items .item dd {
		margin-bottom: 20px;
	}
	.section-2 .items .item {
		height: 300px;
	}
	.section-2 .items .item {
		padding-right: 10%;
		margin-right: 10%;
	}
	
}

@media only screen and (max-width: 1200px) {
	.section-1 h2 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.section-2 {
		padding: 32px 0 85px 0;
	}
	.section-2 .items .item {
		padding-right: 9.5%;
		margin-right: 9.5%;
	}
}

@media only screen and (max-width: 992px) {
	.section-1 {
		margin-top: 55px;
		padding: 30px 0 20px 0;
	}
	.section-1 h2 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.section-1 h2 img {
		margin-right: 5px;
		vertical-align: 0px;
		width: 18px;
	}
	.section-1 h3 {
		font-size: 16px;
	}
	.section-2 {
		padding: 20px 0;
	}
	.section-2 .items .item {
		width: 49%;
		height: auto;
		float: left;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: center;
		height: 210px;
		margin-bottom: 20px;
	}
	.section-2 .items .item:nth-of-type(2n) {
		float: right;
		border-left: 1px solid #EEEEEE;
	}
	.section-2 .items .item dt {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.section-2 .items .item dd {
		margin-bottom: 12px;
		font-size: 14px;
	}
	
}