  .responsive-table {
  width: 100%; /* Make the table take up the full width of the container */
}

.responsive-table__container {
  width: 100%; /* Set the width of the container */
  overflow-x: auto; /* Enable horizontal scrolling */
}
