.learn_about_course__section{
	background: black;
	padding: 3rem 0;
	color: white;
}
.learn_about_course__section .std_form_label input{
	border-color: white;
}

.learn_about_course__section .std_form_label{
	flex: 1;
}

.learn_about_course__section .btn{
	flex: 1;
}

.learn_about_course__section .find_about_course_block__title{
	font-weight: 500;
	font-size: var(--s24);
	display: block;
	margin-bottom: 1.5rem;
}

.learn_about_course__section .checkmark{
	margin-bottom: 1rem;

	font-size: var(--s18);
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
}

.learn_about_course__section .checkmark a{
	color: rgba(255, 255, 255, 1);
}

.learn_about_course__section .std_form_checkbox{
	margin-bottom: 1rem;
}

.learn_about_course__section .flexbox{
	gap: 0.75rem;
}

.learn_about_course__section .iti{
	color: white;
}

.learn_about_course__section .std_form_label{
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.learn_about_course__section .flexbox{
		flex-direction: column;
	}

	.learn_about_course__section .std_form_label{
		width: 100%;
	}

	.learn_about_course__section.btn.light-green{
		padding: 0.6rem 1rem;
	}
}