@charset "UTF-8";
/* CSS Document */

.text-form {
	background-color: var(--white);
}

.text-form .col-2 {
	gap: var(--gap);
	padding: var(--gap) 0;
}

.text-form .text-box {
	align-content: start;
}

.text-form .text-box h2 {
	color: var(--act-primary);
}

@media screen and (max-width: 768px) {
	
}