.c-table-001__01 {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--wp--preset--font-size--ms);
  border: none;
  th,
  td {
    border: none;
    padding: var(--wp--preset--spacing--sm);
  }
  tr {
    border-bottom: 1px solid var(--wp--preset--color--primary-lighter);
  }
  td:first-child {
    width: 10rem;
    font-weight: var(--wp--custom--font-weight--bold);
  }
  @media (max-width: 768px) {
    th,
    td {
      display: block;
    }
    td:first-child {
      width: 100%;
      padding-bottom: 0 !important;
    }
  }
}
