.table-section {
  overflow: auto;
}

.table-section__inner {
  width: 900px;
  margin: 0 auto;
}

.table-section table {
  width: 100%;
}

.table-section td {
  text-align: center;
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}
