/* Restore the system-solution column between current impact and outcome. */
table { min-width: 1280px; }
th:first-child { width: 4%; }
th:nth-child(2) { width: 20%; }
th:nth-child(3) { width: 27%; }
th:nth-child(4) { width: 29%; }
th:nth-child(5) { width: 20%; border-right: 0; }

td:nth-child(4) {
  color: #365f52;
  font-weight: 500;
}

td:nth-child(5) {
  color: #346858;
  border-right: 0;
  font-weight: 600;
}

@media (max-width: 760px) {
  td:nth-child(4)::before,
  td:nth-child(5)::before {
    display: block;
    margin-bottom: 3px;
    color: var(--forest);
    font: 700 10px/1.45 var(--sans);
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  td:nth-child(4)::before { content: "ระบบที่ต้องการจะแก้อย่างไร"; }
  td:nth-child(5)::before { content: "Expected Outcome"; }
}
