.rs-17 .hello {
	padding: 65px 0;
	background-color: #fff;
}

.rs-17 .hello .hello__title {
	text-align: center;
	max-width: 580px;
	margin: 0 auto 25px;
}

.rs-17 .hello .hello__desc {
	text-align: center;
	max-width: 690px;
	margin: 0 auto;
}

@media screen and (max-width: 475px) {
	.rs-17 .hello {
		padding: 40px 0;
	}
}