.wpcf7-form.dfd_contact_form{
	    width: 500px;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
	.wpcf7-form.dfd_contact_form{
	    width: 100%;
}
		.wpcf7-form.dfd_contact_form input{
	    width: 100% !important;
}
}