.contact-form > .form-groups {
	display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: -30px;
}
.contact-form > .form-groups > .form-group {
	width:100%; margin-bottom: 30px;
}
.contact-form > .form-groups > .form-group.narrow {
	width:calc((100% - 90px) / 3);
}
@media screen and (max-width:992px) {
	.contact-form > .form-groups > .form-group.narrow { width:100%; }
}
@media screen and (max-width:768px) {
	label[for='recaptcha'] { display: none; }
}