.t__theme-red .t__head {
  background-color: #1a3a53;
  color: #fff;
}
.t__theme-red .t__row {
  border-bottom: 1px solid #ececec;
}
@media (max-width: 767px) {
  .t__theme-red .t__row > div:not(:last-child):after {
    background-color: #eaeaea;
  }
}
.t__head,
.t__row {
  display: grid;
  display: -ms-grid;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, Helvetica, Arial, sans-serif;
  width: 100%;
}
.t__head > div,
.t__row > div {
  position: relative;
}
.t__head {
  padding: 9px 30px;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .t__row {
    padding: 10px 30px;
  }
  .t__row > div {
    grid-column: 1;
    -ms-grid-column: 1;
  }
  .t__row > div:not(:last-child) {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .t__row > div:not(:last-child):after {
    content: '';
    width: 72px;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}
@media (min-width: 768px) {
  .t__row {
    padding: 20px 30px;
  }
  .t__row > div {
    font-size: 14px;
    line-height: 18px;
    grid-row: 1;
    -ms-grid-row: 1;
  }
}
/*# sourceMappingURL=table.css.map */