form{
	font-size: 12px;
	line-height: 1.6667;
}
.form-control{
	background-color: var(--wp--preset--color--light-grey);
}
hr{
	margin: 40px 0 20px;
	border-color: var(--wp--preset--color--medium-grey);
}
.btn, .wp-block-button__link{
	padding: 8px 26px;
	font-size: 14px;
	line-height: 1.5;
}
.grecaptcha-badge{
	top: 0 !important;
	bottom: auto !important;
}
.wpcf7 form .wpcf7-response-output{
	margin: 0 0 20px;
}

@media (max-width: 575px){
	.wpcf7-submit{
		width: 100%;
	}
}