.table-section table {
  border: none;
}
.table-section table a {
  color: #5362B1;
}
.table-section table a:hover {
  color: #5362B1;
}
.table-section tr:first-child {
  background-color: #5362B1;
  color: #fff;
}
.table-section tr:first-child td {
  padding: 8px 24px;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
}
.table-section tr:first-child td:first-child {
  border-right: 1px solid #DCDCDC;
}
.table-section tr:first-child td:not(.table-section tr:first-child td:first-child) {
  border-left: 1px solid #DCDCDC;
}
.table-section tr:not(.table-section tr:first-child) {
  background-color: #F4F4F4;
  color: #282828;
}
.table-section tr:not(.table-section tr:first-child) td {
  padding: 8px 24px;
  font-size: 17px;
  line-height: 28px;
}
.table-section tr:not(.table-section tr:first-child) td:first-child {
  border-right: 1px solid #DCDCDC;
}
.table-section tr:not(.table-section tr:first-child) td:not(.table-section tr:not(.table-section tr:first-child) td:first-child) {
  border-left: 1px solid #DCDCDC;
}
.table-section tr:not(.table-section tr:first-child) td ul {
  padding-left: 24px;
}
@media (max-width: 992px) {
  .table-section tr:not(.table-section tr:first-child) td {
    padding: 12px;
  }
}/*# sourceMappingURL=Table_section.min.css.map */