.u-column1.col-1 h2 {
    /* Hide the heading */
    display: none;
}

.u-column1.col-1 form {
    /* Remove space between form and heading */
    margin-top: 0;
}

.u-column2.col-2 h2 {
    /* Hide the heading */
    display: none;
}

.u-column2.col-2 form {
    /* Remove space between form and heading */
    margin-top: 0;
}