@media (min-width: 960px) {
  .sdgs {
    width: 1160px;
    margin: auto;
  }
  .sdgs__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sdgs__col:first-child {
    width: calc(100% - 670px);
    padding-right: 30px;
  }
  .sdgs__col:last-child {
    width: 670px;
  }
  .sdgs__table {
    margin: 30px auto;
  }
  .sdgs__table__row {
    display: flex;
  }
  .sdgs__table__row:nth-child(odd):not(:first-child) {
    background-color: #efefef;
  }
  .sdgs__table__col:first-child {
    width: 450px;
    padding: 8px;
    font-size: 14px;
    line-height: 1.5;
  }
  .sdgs__table__col:not(:first-child) {
    text-align: center;
    border-left: 1px solid #c9c9c9;
    padding: 0 2px;
    width: 48px;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 959px) {
  .sdgs {
    width: calc(100% - 48px);
    margin: auto;
  }
  .sdgs h2 {
    margin-bottom: 16px;
  }
  .sdgs__row {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .sdgs__col {
    width: 100%;
    margin: 10px auto;
  }
  .sdgs__mask {
    overflow-x: scroll;
  }
  .sdgs__table {
    max-width: 1000px;
    width: 1000px;
    margin: 30px auto;
  }
  .sdgs__table__row {
    display: flex;
  }
  .sdgs__table__row:nth-child(odd):not(:first-child) {
    background-color: #efefef;
  }
  .sdgs__table__col:first-child {
    width: 200px;
    padding: 10px;
    font-size: 14px;
  }
  .sdgs__table__col:not(:first-child) {
    text-align: center;
    border-left: 1px solid #c9c9c9;
    padding: 0 2px;
    width: 48px;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
