.team-table-wrap .team-table-scroll {
  display: block;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.team-table-wrap {
  overflow: visible;
  margin-top: 30px;
  margin-bottom: 30px;
}

.team-table-wrap .team-table {
  width: 100%;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.team-table-wrap thead th {
  font-weight: 700;
  font-size: 16px;
  padding: 20px;
  color: #fff;
  border-right: 1px solid #1f1f1f;
  white-space: nowrap;
  background-color: #1f1f1f;
  text-align: left;
}

.team-table-wrap thead th:first-child {
  border-left: 1px solid #1f1f1f;
}

.team-table-wrap thead th:not(:first-child) {
  border-left: 1px solid #fff;
}

.team-table-wrap thead th:last-child {
  border-right: 1px solid #1f1f1f;
}

.team-table-wrap .td-section,
.team-table-wrap .td-cell {
  border-left: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
}

.team-table-wrap .td-cell:last-child {
  border-right: 1px solid #1f1f1f;
}

.team-table-wrap tbody tr {
  background: #fff;
}

.team-table-wrap tbody td {
  padding: 20px;
  background: #fff;
  color: #1f1f1f;
}

.team-table-wrap tbody td p {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 130%;
}

.team-table-wrap .td-section {
  text-align: left;
}

.team-table-wrap .td-section__label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #1f1f1f;
}

.team-table-wrap .td-team {
  width: 180px;
  font-weight: 600;
  color: #0c2a3e;
}

.team-table-wrap th,
.team-table-wrap td {
  box-sizing: border-box;
}

.team-table-wrap .th-header.th-team {
  width: 151px;
}

.team-table-wrap .th-header.th-challenges {
  width: 205px;
}

.team-table-wrap .th-header.th-examples,
.team-table-wrap .th-header.th-impact {
  width: 296px;
}
