.md-services .item {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    padding: 4px;
}
.md-services .item .image {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.md-services .item:hover .image {
    opacity: 0.7;
}
.md-services .item .title {
    display: block;
    padding: 10px 0;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
}
.md-services .item .desc {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 10px;
}
.md-services .item a {
    text-decoration: none;
}
.md-services-big-img {
    max-width: 100%;
    margin-top: 30px;
}
.md-services-head {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 250px;
	position: relative;
}
@media (max-width: 768px){
	.md-services-head {
		height: 150px;
	}
}
.md-services-head:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.md-services-head .md-services-head-inner {
	position: absolute;
	z-index: 1;
	text-align: center;
	top: 50%;
	width: 100%;
	margin-top: -21px;
}
.md-services-head .md-services-head-inner h1 {
	color: #fff;
	font-weight: 600;
	position: relative;
}
@media (max-width: 768px){
	.md-services-head .md-services-head-inner h1 {
		font-size: 18px;
	}
}
.md-services-head .md-services-head-inner h1:after {
	position: absolute;
    content: "";
    width: 60px;
    height: 5px;
    background: #fff;
    left: 50%;
    bottom: -20px;
    margin-left: -30px;
}
.md-services-content {
	padding-top: 40px;
	padding-bottom: 40px;
}
