@media (max-width: 700px) {
  .table-form .form-row {
    grid-template-columns: 1fr;
  }
}
