.module_testimonial_right_beta {
	background: #52a195;
	padding: 3rem;
}

@media screen and (max-width: 48rem) {
	.module_testimonial_right_beta {
		padding: 2rem;
	}

	.module_testimonial_right_beta img {
		display: block;
		margin: 1rem auto;
		max-width: 7rem;
	}
}

@media screen and (max-width: 28rem) {
	.module_testimonial_right_beta {
		padding: 1rem;
	}
}

.module_testimonial_right_beta h2 {
	color: #606060;
	font-family: 'Red Hat Display', sans-serif; font-weight: 700;
	font-size: 2.25rem;
	line-height: 2.75rem;
	margin: 0;
}

@media screen and (max-width: 48rem) {
	.module_testimonial_right_beta h2 {
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
}

@media screen and (max-width: 28rem) {
	.module_testimonial_right_beta h2 {
		font-size: 1.5rem;
		line-height: 1.75rem;
	}
}

.module_testimonial_right_beta h3 {
	color: #ffffff;
	font-family: 'Red Hat Display', sans-serif; font-weight: 500;
	font-size: 1.375rem;
	line-height: 2.25rem;
	margin: 0;
}

@media screen and (max-width: 48rem) {
	.module_testimonial_right_beta h3 {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

@media screen and (max-width: 28rem) {
	.module_testimonial_right_beta h3 {
		font-size: 1rem;
		line-height: 1.5rem;
		text-align: center;
	}
}

.module_testimonial_right_beta p {
	color: #ffffff;
	font-family: 'Red Hat Display', sans-serif; font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin: 0;
}

@media screen and (max-width: 48rem) {
	.module_testimonial_right_beta p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media screen and (max-width: 28rem) {
	.module_testimonial_right_beta p {
		font-size: 1rem;
		line-height: 1.25rem;
		text-align: center;
	}
}

.module_testimonial_right_beta .text_bold {
	font-family: 'Red Hat Display', sans-serif; font-weight: 900;
}

.student_banner {
	padding: 3rem;
}

.student_banner .banner_content {
	-ms-flex: 0 1;
	-ms-flex-align: center;
	-ms-flex-direction: row;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex: 0 1;
	align-items: center;
	padding: 0 1rem;
}

@media screen and (max-width: 46rem) {
	.student_banner .banner_content {
		flex-direction: column;
		padding: 0;
	}
}

.student_banner .banner_content img {
	align-self: flex-center;
	width: 7rem;
}

@media screen and (max-width: 46rem) {
	.student_banner .banner_content img {
		order: 0;
		width: 5rem;
		margin-bottom: 1.5rem;
	}
}

.student_banner .banner_content .gray63 {
	filter: invert(49%) sepia(1%) saturate(5%) hue-rotate(20deg) brightness(102%) contrast(99%);
}

.student_banner .banner_text {
	-ms-flex: 1 0;
	flex: 1 0;
	padding: 0 2rem;
}

@media screen and (max-width: 46rem) {
	.student_banner .banner_text {
		order: 1;
		padding: 0;
	}
}

.student_banner .banner_text h4 {
	color: #404040;
	font-family: 'Red Hat Display', sans-serif; font-weight: 500;
	font-size: 1.25rem;
}

@media screen and (max-width: 46rem) {
	.student_banner .banner_text h4 {
		text-align: center;
		font-size: 1rem;
		-ms-flex-wrap: wrap;
	}
}