.rs-17 .rs-features-photo{
	padding-top: 30px;
	padding-bottom: 70px;
	position: relative;    
    overflow: hidden;
	background-size: cover;
}
.rs-17 .rs-features-photo .section-title{	
	margin-bottom: 40px;
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 43px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #04324B;
}

.rs-17 .rs-features-photo .special-features{
	color: #6C787E;
}
.rs-17 .rs-features-photo .special-content {
    margin-top: 42px;
}
.rs-17 .rs-features-photo .special-content h4{
    margin-bottom: 20px;	
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;	
	color: #04324B;
}
.rs-17 .rs-features-photo .special-content p  {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130.35%;	
	color: #6C787E;
}
.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;
	}
}
@media (min-width: 992px)  {
	.rs-17 .rs-features-photo .row  {
		display:  flex;
	}
	.rs-17 .rs-features-photo .col-sm-3  {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.rs-17 .rs-features-photo .special-content p  {
		margin-bottom:  -10px;
	}
}