.rs-17 .rs-parallax{
	background: #dbdbdb;
	background-size: cover;
	min-height: 400px;
}
.rs-17 .rs-parallax .container{
	position: relative;
	min-height: 400px;
}
.rs-17 .rs-parallax .parallax-title{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
}
.rs-17 .rs-parallax .parallax-title h2{
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 43px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.rs-17 .rs-parallax .parallax-title h3{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 131.5%;
	text-align: center;
	margin-top: 10px;
}
.rs-17 .rs-parallax .btn-wrapper  {
	margin-top:  20px;
}
@media (min-width: 1025px){
	.rs-17 .rs-parallax{
		background-attachment: fixed;
	}
}
@media (max-width: 767px){
	.rs-17 .rs-parallax .parallax-title h2{
		font-size: 24px;
	}
	.rs-17 .rs-parallax .parallax-title h3{
		font-size: 18px;
	}
}