.service-title, .about-title {
	display: flex;
	position: relative;
	padding: 20px 0;
}

.service-line, .about-line {
	position: absolute;
    width: 100%;
    top: 36px;
    border-bottom: 1px solid #e3e3e3;
    z-index: 1;
}

.service-title h2, .about-title h2 {
	position: relative;
	margin: 0 auto;
    padding: 0 18px;
    font-size: 28px;
    background: #fff;
    z-index: 2;
}

.service-main p, .about-main p {
	margin-bottom: 12px;
	line-height: 28px;
	font-size: 16px;
}

.service-main table {
	width: 100%;
	margin-bottom: 12px;
	border:1px solid #d1e8eb;
}

.service-main table tr:nth-child(2n+1) {
	background-color: #F4F9F9;
}

.service-main table tr td:first-child {
	width: 50px;
}

.service-main table tr td img {
	display: block;
	margin: 0 auto;
}

.service-main table tr td:nth-child(2) {
	padding: 8px 12px;
}

.service-img, .about-img {
	padding: 12px 0;
	text-align: center;
}

.service-but {
	width: 240px;
	height: 60px;
	margin: 30px auto;
	line-height: 60px;
	border-radius: 30px;
	text-align: center;
	font-size: 26px;
	background: #d26060;
}

.service-but a {
	display: block;
	color: #fff;
}