p{
	margin-bottom: 0px;
}
.service {

	padding: 80px 0;
	position: relative;
}
.service::before{
	width: 100%;
	height: 110px;
	content: '';
	display: block;
	background-color: #ccc;
	position: absolute;
	top:145px;
	z-index: -1;
}
.ser_box{
	text-align: center;
}
.ser_box a {
	display: inline-block;
	width: 350px;
	box-shadow: 0 0 10px 5px #f2f2f2;
	margin: 0 45px;
	padding: 15px 0;
}
.divimg{
	height: 110px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.ser_box p:nth-child(1){
	font-size: 25px;
	color: #000;
	line-height: 2;
	font-weight: bold;
}
.desc{
	padding: 20px;
}
.desc span{
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ser_box button{
	padding: 7px 15px;
	background-color: #F3762A;
	color: #fff;
	outline: none;
	cursor: pointer;
	border: none;
}
@media (max-width:768px) {
	.service{
		padding: 15px;
	}
	.service::before{
		display: none;
	}
	.service a {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.service p:nth-child(1){
		font-size: 20px;
	}
}