@media screen and (max-width: 480px) {
    .contact-form .contact-row {
        flex-direction: column;
    }
    .contact-form .contact-row .two-cols {
        width: 100%;
    }
}