@charset "UTF-8";

.wpcf7-form.custom-wpcf7c-confirmed .consult-checkbox {
	margin: 20px 0;
}


@media screen and (max-width: 834px) {
	.form .consult-checkbox .wpcf7-checkbox .wpcf7-list-item {
		margin-right: 2%;
    width: 49%;
	}
	
	.form .consult-checkbox .wpcf7-checkbox .wpcf7-list-item:nth-child(even) {
		margin-right: 0;
	}
	
	.wpcf7-form.custom-wpcf7c-confirmed .consult-checkbox input:checked + input + span.wpcf7-list-item-label {
		font-size: inherit;
	}
}