.rs-17 .rs-features-photo{
	padding-top: 50px;
	padding-bottom: 90px;
	position: relative;
    background: url("../../img/capabilities_bg.jpg") no-repeat center;
    overflow: hidden;
	background-size: cover;
}
.rs-17 .rs-features-photo .section-title{
	font-size: 36px;
	font-weight: 400;
	color: #424242;
	margin-bottom: 40px;
}

.rs-17 .rs-features-photo .special-features{
	color: #424242;
}
.rs-17 .rs-features-photo .special-content {
    margin-top: 50px;
}
.rs-17 .rs-features-photo .special-content h4{
    margin-bottom: 25px;
	color: #424242;
	font-weight: 700;
}
.rs-17 .rs-features-photo .special-image {
    text-align: center;
    margin-bottom: -320px;
}
.rs-17 .rs-features-photo  .special-image img {
    display: inline-block;
}
@media (max-width: 767px){
	.rs-17 .rs-features-photo .section-title {
		font-size: 25px;
	}
	.rs-17 .rs-features-photo .special-image {
		margin-bottom: 45px;
	}
}