/*
* Block
*/
.b-table {
  padding: 37px 0 61px;
}

.b-table:not(:last-child) {
  padding-bottom: 24px;
}

.b-table__title {
  letter-spacing: 0;
  margin-bottom: 15px;
}

.b-table__subtitle {
  font-family: "BebasNeue";
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 27px;
}

/*
* Table
*/
.b-table__wrapper table {
  width: 100% !important;
  table-layout: fixed;
  box-shadow: 0px 5px 30px #1D1F211A;
}
.b-table__wrapper td {
  text-align: center;
  padding: 13px;
}

.b-table__wrapper tr:first-child td {
  background-color: #004c7e;
}

.b-table__wrapper tr:first-child td:first-child {
  width: 9.6% !important;
  width: 32.414% !important;
}

.b-table__wrapper tr:first-child td:last-child {
  width: auto !important;
}

.b-table__wrapper tr:nth-child(2) td {
  background-color: #007ACB;
}

.b-table__wrapper tr:first-child td,
.b-table__wrapper tr:nth-child(2) td {
  color: #fff;
  font-weight: 500;
}

.b-table__wrapper tr:not(:first-child, :nth-child(2)) td:first-child {
  color: #1D1F21;
}

.b-table__wrapper tr:not(:first-child, :nth-child(2)):nth-child(even) td {
  background-color: #e9e9e9;
}

.b-table__wrapper ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0
}

.b-table__wrapper ul li:before {
  position: static;
  margin-right: 6px;
}

/*
* Notice
*/

.b-table__notice {
  padding: 20px 0;
  margin-top: 50px;
  background-color: #E9E9E9;
  margin-bottom: 24px;
  margin: 50px 0 24px;
}

.b-tabs__after-items {
  padding: 20px 0;
  background-color: #E9E9E9;
}

/*
* Cards
*/

.t-cards:not(:last-child) {
    margin-bottom: 28px;
}

.t-card {
  padding: 24px;
  background-color: #0B283B;
  height: 100%;
}

.t-card svg {
  margin-bottom: 24px;
}

.t-cards__title {
  letter-spacing: 1.05px;
  font-weight: 500;
  margin-bottom: 14px;
}

.t-cards__title span {
  color: #004c7e;
}

.t-card-2-col {
  columns: 2;
  column-gap: 24px;
}