.order_form br{
      display: none;
}

.order_form label{
       margin-bottom: 0px;
}

.order_form p.mpce-cfa-form-group {
	width: 48% !important;
	float: inline-start;
	margin: 0 10px;
}

.order_form .cfa-captcha {
	margin: 20px !important;
	float: left;
}

@media screen and (max-width: 1300px){
.order_form p.mpce-cfa-form-group {
	width: 46% !important;
}

}

@media screen and (max-width: 550px){
.order_form p.mpce-cfa-form-group {
	width: 95% !important;
}
}

