.top_services{
	display:flex;
	align-items:center;
	position:relative;
}
.top_services ._h1{
	width:100%;
}
.top_services h1, .top_services  h2{
	font-size:24px;
	font-weight:600;
	margin:0 0 13px;
	display:block;
}
.top_services ._h1 span{
	font-size:18px;
	font-weight:500;
	margin-bottom:24px;
	display:block;
}
.top_services ._list{
	width:770px;
	position:static !important;
}
.top_services ._list a{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	width:246px;
	height:288px;
	background:#fff;
	border-radius:5px;
	padding:20px 24px;
	box-shadow: 0px 0px 12px rgba(98, 134, 202, 0.2);
	margin:24px 8px;
	position:relative;
	z-index:-2;
}
.top_services ._list a:hover{
	box-shadow: 0px 0px 12px rgba(98, 134, 202, 0.6);
	text-decoration:none;
}
.top_services ._list a ._top label{
	font-size:16px;
	font-weight:500;
	margin-bottom:12px;
	display:inline-block;
}
.top_services ._list a span{
	margin-bottom:16px;
	font-size:20px;
	font-weight:bold;
	color:#F5851E;
	display:inline-block;
}
.top_services ._list a span._old_cost{
	margin-bottom:16px;
	margin-left:15px;
	font-size:16px;
	font-weight:500;
	color:#A3A3A3;
	display:inline-block;
	text-decoration:line-through;
}
.top_services ._list a button{
	width:100%;
}


@media (min-width:769px) and (max-width:1100px){
	.top_services ._list{
		width:506px;
	}
}

@media (max-width:768px){
	.top_services{
		display:block;
	}
	.top_services h1, .top_services h2{
		width:60%;
		min-height:50px;
		font-weight: 600;
		font-size: 22px;
		line-height: 26px;
	}
	.top_services ._h1 a{
		width:100%;
	}
	.top_services ._list{
	}
	.top_services ._list a{
		width:255px !important;
	}
	.top_services .slide_left{
		left:auto;
		right:62px;
		top:-15px;
		margin-top:auto;
	}
	.top_services .slide_right{
		right:0;
		top:-15px;
		margin-top:auto;
	}
}