.table-career {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto;
  border: solid 1px #fff;
}
.table-career th,
.table-career td {
  vertical-align: top;
  border: solid 1px #fff;
}
@media (max-width: 991.98px) {
  .table-career th,
  .table-career td {
    font-size: 10pt;
  }
}
@media (min-width: 992px) {
  .table-career th,
  .table-career td {
    font-size: 12pt;
  }
}
