.uacf7-form-600{
flex-direction: column;
}

.uacf7-form-600 .cf-2-col{
display: flex;
justify-content: space-between;
}

.uacf7-form-600 .wpcf7-form-control-wrap{
width: 100%;
margin-right: 0!important;
}

@media (max-width: 980px){
	.uacf7-form-656{
		flex-direction: column;
	}
	.uacf7-form-656 .wpcf7-form-control-wrap{
		width: 100%;
		margin-bottom: 24px;
	}
	.wpcf7-submit{
		width: 100%;
		max-width: unset;
	}
}

@media (max-width: 767px){
	.uacf7-form-600 .cf-2-col{
flex-direction: column;
}
.uacf7-form-600 .cf-2-col span{
width: 100%!important;
}
}