.simple-table {
  font-size: 18px;
  font-weight: 500;
}

.simple-table h2 {
  margin-bottom: 43px;
  font-size: 40px;
}

.simple-table .table-blue-background {
  background-color: #0A3E78;
  color: #ffffff;
}

.simple-table .table-light-blue-background {
  background-color: #E6F5FE;
}

.simple-table .table-container .row > div {
  padding: 28px 40px;
}

.simple-table .table-container > .row:first-child {
  font-size: 24px;
  letter-spacing: 1.92px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.simple-table .table-container > .row:last-child {
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.simple-table .table-container > .row:not(first-child) > div:first-child {
  font-size: 24px;
  letter-spacing: 1.92px;
}

.simple-table ul {
  margin: 0;
  padding: 0;
}

.simple-table ul.nbc li {
  background-image: url("../../images/checkmark-icon01.svg");
  background-repeat: no-repeat;
  background-position: 0 4px;
  list-style-type: none;
  padding: 0 0 0 19px;
}

.simple-table ul.banks li {
  background-image: url("../../images/times-icon01.svg");
  background-repeat: no-repeat;
  background-position: -4px 1px;
  list-style-type: none;
  padding: 0 0 0 19px;
}

/*# sourceMappingURL=simple-table.css.map */
