.rs-17 .young {
	padding: 95px 0 125px;
}

.rs-17 .young .container-fluid {
	position: relative;
}

.rs-17 .young .container-fluid::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 30px;
	width: calc(100% - 140px);
	height: calc(100% - 60px);
	border: 2px solid #c5c5c5;
	z-index: -1;
}

.rs-17 .young .young__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 30px;
}

.rs-17 .young .young__text {
	max-width: 590px;
}

.rs-17 .young .young__title {
	margin-bottom: 45px;
}

.rs-17 .young .young__desc {
	font-family: AlegreyaSans-Medium;
	font-size: 25px;
	color: #303030;
	margin: 0 0 35px;
}

.rs-17 .young .young__img {
	position: relative;
    top: 40px;
}

@media screen and (max-width: 1500px) {
	.rs-17 .young .young__container {
		padding-right: 0;
	}
	.rs-17 .young .container-fluid::before {
		width: calc(100% - 30px);
	}
	.rs-17 .young .young__img {
		width: 40%;
	}
}

@media screen and (max-width: 1200px) {
	.rs-17 .young .young__container {
		padding: 30px 0;
		flex-direction: column;
	}
	.rs-17 .young .young__text {
		max-width: 100%;
		margin-bottom: 60px;
	}
	.rs-17 .young .container-fluid::before {
		height: 100%;
		top: 0;
	}
}

@media screen and (max-width: 900px) {
	.rs-17 .young .young__img {
		width: 70%;
	}
}

@media screen and (max-width: 475px) {
	.rs-17 .young {
		padding: 40px 0 70px;
	}
	.rs-17 .young .young__desc {
		font-size: 20px;
	}
	.rs-17 .young .young__img {
		width: 100%;
	}
}