.form-grid > .wide { grid-column: 1 / -1; }

@media (max-width: 560px) {
    .form-grid > .wide { grid-column: auto; }
}
