/* __________ Services __________ */
.services_block {
	padding:7px 0 0;
}

.services_item {
	display:block;
	/* cursor:default; */
}

.services_item p {
	position:relative;
	margin-bottom:15px;
	padding-bottom:19px;
	text-transform:none;
	font-weight:300;
	font-size:20px;
	color:#333;
}
.services_item p b {font-weight:400;}
.services_item p:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:30px;
	height:2px;
	background-color:#ccc;
}

.services_item span {
	display:block;
	padding-bottom:9px;
	font-weight:300;
	font-size:14px;
	color:#666;
}