.service1 {
	background-color: #f6f6f6;
	text-align: center;
}
.service1_wrap {
	max-width: 1024px;
	margin: 160px auto;
}
.service1_wrap .eng {
	font-weight:bold;
	font-family: 'Karla','Karla' ;
	font-size: 44px;
	text-transform: capitalize;
}
.service1_wrap .name {
	margin-top: 10px;
	font-size: 20px;
	letter-spacing: 0.04em;
	color: #444;
	transition-delay: 0.3s;
}
.service1_wrap .content {
	position: relative;
	margin-top: 32px;
	padding-top: 32px;
	font-size: 15px;
	color: #888;
	line-height: 24px;
	-ms-word-break: keep-all;
	word-break: keep-all;
}
.service1_wrap .content::before {
	content: '';
	position: absolute;
	top: 0; right: 0; left: 0;
	margin: auto;
	width: 50px; height: 1px;
	background-color: #2b6eac;
}
.service1_wrap .btn {
	margin-top: 70px;
}


@media (max-width: 1024px) {
	.service1_wrap {
		max-width: calc(100% - 60px);
		margin: 70px auto;
	}
	.service1_wrap .eng {
		font-size: 32px;
	}
	.service1_wrap .name {
		font-size: 16px;
		letter-spacing: 0.64px;
	}
	.service1_wrap .content {
		margin-top: 20px;
		padding-top: 20px;
		font-size: 14px;
		line-height: 18px;
	}
	.service1_wrap .content::before {
		width: 25px;
	}
	.service1_wrap .btn {
		margin-top: 50px;
	}
}