.rs-17 .rs-features-photo {
	padding-top: 50px;
	padding-bottom: 40px;
	position: relative;
	background: url("../../img/capabilities_bg.jpg") no-repeat center;
	overflow: hidden;
	background-size: cover;
}

.rs-17 .rs-features-photo .section-title {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 120%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #04324b;
	margin-bottom: 58px;
}

.rs-17 .rs-features-photo .special-features {
	color: #fff;
}

.rs-17 .rs-features-photo .special-content {
	margin-top: 50px;
}


.rs-17 .rs-features-photo .special-content h4 {
	margin-bottom: 25px;
	font-size: 24px;
	color: #04324B;
	font-weight: 700;
}

.rs-17 .rs-features-photo .special-content p {
	font-size: 16px;
	line-height: 20.86px;
	color: #3D577B;
	font-weight: 400;
	margin-bottom: 0px;
}

.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: 0px;
		max-width: 270px;
	}
}

@media (min-width: 1024px) {
	.rs-17 .rs-features-photo .special-content.text-rigth-2 {
		position: relative;
		top: -30px;
	}

	.rs-17 .rs-features-photo .special-image {
		position: relative;
		top: -20px;
	}
}

@media (max-width:767px) {
	.rs-17 .rs-features-photo .special-features .row {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.rs-17 .rs-features-photo .special-features .row .col-sm-3:nth-child(1) {
		order: 2;
	}

	.rs-17 .rs-features-photo .special-features .row .col-sm-6:nth-child(2) {
		order: 1;
	}

	.rs-17 .rs-features-photo .special-features .row .col-sm-3:nth-child(3) {
		order: 3;
	}
}

@media (max-width:767px) {
	.rs-17 .rs-features-photo .section-title {
		font-size: 29px;
		margin-top: 5px;
		margin-bottom: 32px;
	}
}

@media (max-width:767px) {
	.rs-17 .rs-features-photo .special-content {
		margin-top: 30px;
	}

	.rs-17 .rs-features-photo .special-content {
		text-align: left !important;
		display: flex;
		align-items: center;
	}

	.rs-17 .rs-features-photo .special-content img {
		min-width: 62px;
		max-width: 62px;
		border-radius: 50%;
		margin-right: 26px;
	}


	.rs-17 .rs-features-photo .special-content h4 {
		font-size: 16px;
		margin-bottom: 4px;
		margin-top: 0px;
	}
}

@media (max-width:400px) {
	.rs-17 .rs-features-photo .special-content {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}

	.rs-17 .rs-features-photo .special-content img {
		min-width: 50px;
		max-width: 50px;
		border-radius: 50%;
		margin-right: 0px;
		margin-bottom: 15px;
	}

}