.card-file-modified:before {
    content: "Updated: ";
}
.table-container {
    max-width: 100%; /* Adjust the percentage to fit the width of your document */
    overflow-x: auto; /* Enable horizontal scrolling if the table exceeds the width */
    margin-bottom: 1em; /* Optional: Add some bottom margin to the table */
  }