@charset "UTF-8";

.text-checkbox {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.text-box {
	order: 2;
	margin-top: 5px;
}

/* .checkbox label { */
/* 	padding-left: 0; */
/* 	padding-right: 20px; */
/* } */

.checkbox label input {
	margin-right: 5px;
}

.text-checkbox > p {
	order: 3;
	font-size: 14px;
	margin-top: 5px;
}

@media (min-width: 768px) {
/* 	.text-box { */
/* 		padding-left: 20px; */
/* 	} */
	
	.text-box input {
		width: 80%;
		max-width: 520px;
	}
	
/* 	.text-checkbox > p { */
/* 		padding-left: 20px; */
/* 	} */
}