.project-header {
    background-color: #3c5a2a; /* hijau tua seperti gambar */
    color: white;
    padding: 8px 12px;
    font-weight: bold;
    margin-bottom: 0px;
    border-radius: 8px 8px 0px 0px;
  }
  .project-table {
    border: 1px solid #dee2e6;
    background-color: transparent;
  }
  .project-table th {
    width: 40%;
    font-weight: bold;
    white-space: nowrap;
    border-top: none;
    border-right: 1px solid #dee2e6;
    border-bottom: none;
    border-left: none;
    padding: 8px 12px;
    color: #3c5a2a; /* hijau tua seperti gambar */

  }
  .project-table td {
    text-align: end;
    border: none;
    padding: 8px 12px;
  }
  .project-table tr:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
  }