My contact form is not being responsive

Add

#two-column {
    width: 100% !important;
}

To your css, outside of the @media tag. I suggest doing it on the bottom of your css file to be sure nothing overwrites it.