.nykeoc-horizontal-table-wrap,
.nykeoc-section-title {
  width: 570px;
  margin: 0 auto;
  max-width: 100%;
}
.nykeoc-horizontal-table tbody tr td:first-child {
  width: 450px;
}
.nykeoc-horizontal-table tbody tr td {
  font-size: 15px;
}

@media screen and (max-width: 769px) {
  .nykeoc-horizontal-table-wrap {
    overflow: auto;
  }
  .nykeoc-horizontal-table tbody tr td:first-child {
    width: auto;
  }
  .nykeoc-horizontal-table tbody tr td:last-child {
    white-space: nowrap;
    width: 115px;
  }
}