.form__row--mobile {
    display:none;
}

@media only screen and (max-width: 768px) {
    .form__row--mobile {
        display:block;
    }

    .form__row--desktop {
        display:none !important;
    }
}