.rs-parallax {
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
	border-radius: 24px;
	margin: 72px 30px;
}

@media (max-width: 991.98px) {
	.rs-parallax {
		margin-left: 0;
		margin-right: 0;
		border-radius: 15px;
	}
}

.rs-parallax__container {
	height: 100%;
	position: relative;
	z-index: 10;
}

.rs-parallax__content {
	padding: 50px 0px;
	height: 100%;
	max-width: 890px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.rs-parallax__content h1,
.rs-parallax__content h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 72px;
	line-height: 100%;
	/* identical to box height, or 72px */
	text-align: center;
	color: #FFFFFF;
}

@media (max-width: 991.98px) {
	.rs-parallax__content h1,
	.rs-parallax__content h2 {
		font-weight: 500;
		font-size: 3.4rem;
		line-height: 110%;
	}
}

.rs-parallax__content p {
	margin-top: 10px;
}

.rs-parallax__content h6 {
	margin-top: 20px;
}

@media (max-width: 1439.98px) {
	.rs-parallax__content h6 {
		margin-top: 10px;
	}
}

@media (max-width: 991.98px) {
	.rs-parallax__content h6 {
		font-size: 16px;
	}
}

.rs-parallax__content .rs-btn {
	margin-top: 30px;
}

@media (max-width: 1439.98px) {
	.rs-parallax__content .rs-btn {
		margin-top: 15px;
	}
}