.form-checkbox-list {
	column-count: 2;
	column-gap: 1.5rem;
}

@media screen and (min-width: 800px) {
	.form-checkbox-list {
		column-count: 3;
	}
}