
@media (max-width:767.99px) {
  .diagram-about {
    width: 300px;
    height: auto;
    max-width: 100%;
  }

}

.table-about {
  width: 100%;
}

.table-about tr {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.table-about tr:not(:first-child) {
  border-top: 1px solid var(--gold);
}

.table-about th,
.table-about td {
  padding: 16px 8px;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

.table-about th {
  color: var(--dark-gold);
  font-weight: 700;
  width: 100%;
  padding-bottom: 0;
}

.table-about .flex-column {
  gap: 8px;
}

@media (min-width:768px) {
  .table-about tr {
    flex-direction: row;
    width: 100%;
  }

  .table-about th,
  .table-about td {
    padding: 28px 16px;
    font-size: var(--fz18);
  }

  .table-about th {
    width: 18%;
  }

  .table-about td {
    width: 82%;
  }


}
