.wrap-2 {
	padding: 100px 15px;
}
.wrap-2-inner {
	max-width: 1200px;
	margin: auto;
	text-align: justify;
}
.wrap-2 h1 {
	text-align: center;
	line-height: 80px;
}
.wrap-2 h1 span {
	font-size: 69px;
	position: relative;
	line-height: 35px;
	top: -13px;
}
@media only screen and (max-width: 1111px) {
	.wrap-2 {
		padding: 60px 15px;
	}
	.wrap-2 h1 {
		font-size: 53px;
		line-height: 39px;
	}
	.wrap-2 h1 span {
		font-size: 36px;
		top: -2px;
	}
}
@media only screen and (max-width: 762px) {
	.wrap-2 {
		padding: 60px 15px;
	}
	.wrap-2 h1 {
		font-size: 33px;
		line-height: 33px;
	}
	.wrap-2 h1 span {
		font-size: 23px;
		top: 0px;
	}
}