@media only screen and (min-width:1024px) {
  .table-response-steve {
    flex-direction: column;
  }

  .table-response-steve tr {
    flex-direction: row;
  }

  .table-response-steve td,
    .table-response-steve th
    {
    height: auto;
  }

  .table-response-steve td {
    flex: 1;
    align-items: center;
  }

  .table-response-steve tbody td:last-child {
    justify-content: center;
  }

  .table-response-steve thead tr:not(:first-child) {
    display: none;
  }

  .button-update {
    margin-right: 1.5rem;
  }

  .tr_intervention__height,
    .tr_user__height
    {
    height: auto;
  }
}
