.tablepress {
  margin-bottom: 0 !important;
}

.tablepress .row-1 th {
  background-color: var(--ast-global-color-3) !important;
  color: #fff !important;
  font-weight: 500 !important;
  font-family: var(--mainfont) !important;
  font-size: var(--h4-font-size) !important;
  line-height: 1.38 !important;
  padding: 1.188em var(--gap-m) !important;
}

.tablepress .row-1 th:not(.column-1) {
  /*padding-left: var(--gap-l) !important;*/
  text-align: center;
}

.tablepress tr[class^="row-"] > td {
  color: var(--ast-global-color-0);
  font-family: var(--mainfont);
  font-size: var(--base-font-size);
  font-weight: 300;
  line-height: 1.75;
  padding: 0.625em var(--gap-m) !important;

  background-color: transparent !important;
  border-bottom: 2px solid white;
}

.tablepress tr[class^="row-"] > td:not(.column-1) {
  text-align: center;
}

@media (max-width: 950px) {
  .tablepress-responsive {
    overflow-x: auto;
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tablepress .row-1 th {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .tablepress {
    width: 100%;
  }
  .tablepress-responsive {
    overflow-x: auto;
    display: block;
    width: 100%;
  }
  .tablepress .row-1 th {
    line-height: 1.6 !important;
  }
}
