.feature_list_container {
  max-width: 1100px;
  margin: 0 auto;
  color: white;
  font-size: var(--font-med);
}

.feature_list_container h2 {
  font-size: 4rem;
  font-weight: 700;
  font-family: "WDXL Lubrifont TC", sans-serif;
}

.feature_list_container .text-start {
  color: white;
}

.feature_list_container i {
  color: white;
}

.feature_list_container th,
.feature_list_container td {
  color: white;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: 1px solid #0a5088;
  font-weight: 400;
}

.feature_list_container .table_section {
  background-color: #0a548e;
  font-weight: 800;
}

.feature_list_container thead th {
  font-weight: 600;
  font-size: 2rem;
}

.feature_list_container .table_section th {
  font-weight: 600;
}

.feature_list_container thead th {
  font-weight: 600;
}

.feature_list_container thead {
  background-color: #093150;
}

.feature_list_container .table > :not(:first-child) {
  border-top: 6px solid #519cdb;
}

.feature_list_container th i {
  font-size: 2rem;
  margin: 0.5rem;
}

.feature_list_container th,
.feature_list_container td {
  padding: 1rem;
}

.subtle-underline {
  position: relative;
  cursor: pointer;
}

.subtle-icon {
  color: #4485ba !important;
}

.subtle-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* adjust for distance from text */
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(
    to right,
    #638aaa 0 2px,
    transparent 2px 4px
  ); /* dotted line color */
  pointer-events: none;
}
