.section--table h4 {
  color: #404041;
}

.table-wrapper {
  margin-top: 1.6rem;
  overflow-x: auto;
  border: 1px solid #D2D2D2;
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 768px) {
  .table-wrapper {
    margin-top: 3rem;
  }
}

table {
  margin-top: -1px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  text-align: left;
  border-collapse: collapse;
  border-color: #D2D2D2;
  border: 0;
}

table caption {
  padding: 2rem;
}

td, th {
  padding: 2.8rem 2rem;
  text-align: left;
  border: 0;
}

td {
  border-top: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
}

td:first-child {
  border-left: 0;
}

tr:nth-child(odd) td,
th {
  background: #F0F1F1;
}

th {
  font-weight: 600;
  border-top: 0;
}

th {
  color: #ffffff;
  background: #28355A;
  border: 0;
}

tr:nth-child(even) th:first-child {
  background: #28355A;
}

th:nth-child(odd) {
  background: #0D1A41;
}