@media (min-width: 750px) {

}

@media (max-width: 749px) {
  table.table-format {
    width: max-content;
  }

}
