
	.service{
		
	}
	.service{
		padding-bottom: 50px;
	}
	.service h4 + p{
		font-size: 16px;
		line-height: 1.8;
		color: #21242B;
	}
	.service .text{
		margin-top: 40px;
		padding-top: 40px;
		border-top:1px solid #dddddd;
	}
	.service .text h3{
		font-size: 18px;
		color: #21242B;
		padding-bottom: 15px;
	}
	.service .text h3 + p{
		font-size: 16px;
		line-height: 1.8;
		color: #555555;
	}
	
	.service .text ul{
		padding-top: 20px;
	}
	
	.service .text ul li + li{
		padding-top: 20px;
	}
	.service .text ul li h5{
		font-size: 16px;
		color: #333333;
		padding-bottom: 10px;
	}
	.service .text ul li p{
		color: #555555;
		line-height: 1.8;
		font-size: 16px;
	}
	.service .text h6{
		font-size: 16px;
		font-weight: 600;
		color: #21242B;
		line-height: 1.8;
	}
	@media (max-width:1200px){
	
	}
	@media (max-width:980px){
		.service h4 + p{
			font-size: 15px;
		}
		.service .text h3 + p{
			font-size: 15px;
		}
		.service .text ul li p{
			font-size: 15px;
		}
		.service .text{
			padding-top: 20px;
			margin-top: 20px;
		}
		.service .text ul{
			padding-top: 15px;
		}
		.service .text h3 + ul{
			padding-top: 0;
		}
		.service .text ul li + li{
			padding-top: 10px;
		}
		.service .text h6{
			font-size: 15px;
		}
	}
	@media (max-width:768px){
		.service{
			padding-bottom: 0;
		}
	}
	@media (max-width:500px){
		.service .text h3{
			font-size: 16px;
			padding-bottom: 10px;
		}
		.service .text{
			padding-top:15px;
			margin-top: 10px;
		}
		.service .text ul{
			padding-top: 10px;
		}
		.service .text ul li h5{
			font-size: 15px;
		}
		.service .text h3 + ul li + li{
			padding-top: 5px;
		}
	}