.form-row
{
    break-inside: avoid;
}

@media (max-width: 767px)
{

    .two-columns
    {
        columns: 1;
    }

}