section.grid-form {
    align-self: stretch;
    display: inline-flex;
    flex-direction: column
}

@media screen and (max-width: 47.95rem) {
    section.grid-form {
        order:3
    }
}
