.row [class*="services-area"] .container {
	max-width: 100% !important;
}
.news .section-title {
	max-width: 750px;
	margin: -13px auto 50px;
	text-align: center;
	position: relative;
}
.news .section-title h2 {
	font-size: 48px;
	margin-bottom: 20px;
	position: relative;
	margin-top: -11px;
}
.news .single-services-box h3 {
	font-size: 25px;
	margin-bottom: 12px;
}
.news .single-services-box h3 a {
	color: #3a3650;
}
.news .single-services-box {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.news .single-services-box:hover {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.news .single-services-box img{
	width: 100%;
	height: auto;
}

.row [class*="services-area"] .progress {
	border: 1px solid #ccc;
}