.custom-code table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.custom-code table caption {
  margin: 0.5em 0 0.75em;
}

.custom-code table :not(thead) tr {
  background: #fff;
  border-top: 10px solid #f4f4f4;
  padding: 0.35em;
}

.custom-code table th,
.custom-code table td {
  padding: 0.625em;
  text-align: center;
}

.custom-code td:not(:last-child) {
  border-right: 5px solid #f4f4f4;
}

.custom-code table th {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

.custom-code td.criteria {
  font-weight: bold;
  text-align: left;
  padding-left: 1em;
}
td.criteria.criteria-heading {
    font-size: 26px;
    font-size: 2.6rem;
      background: #03195f!important;
      color: #fff!important;
  }

@media screen and (max-width: 768px) {
  .custom-code table {
    border: 0;
  }

  .custom-code table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .custom-code table tr {
    border-bottom: 3px solid #fff;
    display: block;
    margin-bottom: 1.625em;
  }

  .custom-code td:not(:last-child) {
    border-right: 0;
  }

  .custom-code table td {
    border-bottom: 1px solid #fff;
    display: block;
    text-align: left;
  }
    


  .custom-code td.criteria {
    text-align: center;
font-size: 22px;
    font-size: 2.2rem;
  }
    


  .custom-code table td.criteria::before {
     content: attr(data-label);
      padding-right:10px;
  }

  .custom-code table td:not(.criteria)::before {
    content: attr(data-label);
    float: none;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--c-text-heading);
    padding: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .custom-code table td:last-child {
    border-bottom: 0;
  }
  .custom-code table td[data-label="Price"]::before {
    display: none;
  }

  .custom-code table td[data-label="Price"] {
    text-align: center;
    font-size: var(--fs-body-lg);
  }
}

@media (min-width: 768px) {
  .heading-list-icons__items {
    flex-direction: row;
    margin-top: 0;
  }
}