section.rte-se {
  padding-inline: 24px;
}
section.rte-se .subheading {
  margin-left: 16px;
}
section.rte-se table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 40px;
  table-layout: fixed;
}
section.rte-se tr:has(th) {
  background-color: transparent !important;
}
section.rte-se tr:has(th) th {
  text-align: start;
  padding: 16px;
}
section.rte-se tr:has(th) th span {
  font-size: 20px !important;
  margin-left: 0px !important;
}
@media screen and (max-width: 768px) {
  section.rte-se tr:has(th span.hide-mobile) {
    display: none !important;
  }
}
section.rte-se table td {
  border: none;
  padding: 16px 16px;
  vertical-align: top;
  font-weight: 400;
}
section.rte-se table td strong {
  font-size: 18px;
  font-weight: 500;
}
section.rte-se table tbody tr {
  background-color: #EDE6CC;
  min-height: 54px;
}
section.rte-se table tbody tr:nth-child(2n) {
  background-color: #F6F3E6;
}
section.rte-se table td:last-child {
  font-size: 18px;
}
section.rte-se colgroup col:first-child {
  width: 207px;
}
@media (max-width: 768px) {
  section.rte-se {
    padding-inline: 8px;
  }
  section.rte-se table {
    table-layout: auto;
    margin-top: 24px;
  }
  section.rte-se table,
  section.rte-se table tbody,
  section.rte-se table tr,
  section.rte-se table td {
    display: block;
    width: 100%;
  }
  section.rte-se table tbody tr {
    overflow: hidden;
    min-height: 106px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  section.rte-se table td:first-child {
    padding-bottom: 0px;
    padding-top: 24px;
  }
  section.rte-se table td:last-child {
    padding-bottom: 24px;
    padding-top: 0px;
  }
}