section{
	padding: 0px 0;
	background: #fff; 
	}
.divider {
	width: 100%;
	margin: 20px auto 15px;
	position: relative;
	height: 1px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1); 
}
.divider::after {
	height: 1px;
	background: #e8e8e8;
	background: -moz-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
	background: -webkit-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
	background: -o-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
	background: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
	background: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
	position: absolute;
	bottom: -1px;
	content: "";
	width: 100%;
	left: 0; 
	}
p {
	font-size: 14px;
	color: #666;
	line-height: 1.4;
	margin-bottom: 30px; 
}
.shadow, .shadow-narrow {
	position: relative;
	background-color: #fff; 
}
.service-block {
	margin-bottom: 30px;
	border-radius: 3px;
	border: 1px solid #f1f1f1;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	}
.shadow-narrow::before, .shadow::before {
	position: absolute;
	left: 0;
	height: 60%;
	bottom: 0;
	width: 100%;
	content: "";
	background-color: #fff;
	z-index: 2; 
}
.shadow-narrow::after, .shadow::after {
	content: "";
	position: absolute;
	height: 50%;
	width: 96%;
	left: 50%;
	bottom: 2px;
	margin-left: -48%;
	-webkit-box-shadow: 0 5px 7px #999;
	box-shadow: 0 5px 7px #999;
	z-index: 1;
	border-radius: 10%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out; 
}
.shadow-narrow:hover::after, .shadow:hover::after {
	bottom: 10px; 
	}

.icon.bg-df {
	background-color:#ed1c24;
	color: #ffffff; 
	}
.service-block .icon {
	margin-bottom: 10px; 
	}
.icon {
	display: inline-block;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.85);
	color: #000;
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 58px;
	transition: all .2s ease-in-out;
	border-radius: 0;
	transform:rotate(45deg);
	border: 1px solid transparent; 
	}
.shadow *, .shadow-narrow * {
	position: relative;
	z-index: 3; 
	}
.service-block p {
	clear: both;
	margin-bottom: 15px;
	}
.icon i {
	position: relative;
	z-index: 1;
	transform:rotate(-45deg); 
}