  .project-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background-color: white;
    font-family: "Segoe UI", Roboto, sans-serif;
    color: #001F54;
  }

  .project-row {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  .project-card {
    flex: 1 1 calc(50% - 0.75rem); /* Two cards per row with gap */
    display: flex;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-height: 180px;
    max-height: 200px;
  }

  .project-image {
    flex: 0 0 180px;
    padding: 1rem 0rem 1rem 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }

  .project-content {
    flex: 1;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.3;
  }

  .project-header {
    background-color: #D0E8FF;
    font-weight: bold;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-bottom: 1px solid #cce0f5;
    border-radius: 6px 6px 0 0;
  }

  .project-details p,
  .project-details ul {
    font-size: 0.85rem;
    margin: 0.2rem 0;
  }

  .project-details ul {
    padding-left: 1.2rem;
  }

  .project-details li {
    margin-bottom: 0.2rem;
  }

  @media (max-width: 768px) {
    .project-row {
      flex-direction: column;
    }

    .project-card {
      flex: 1 1 100%;
      max-height: none;
      flex-direction: column;
    }

    .project-image {
      width: 100%;
      height: 150px;
    }

    .project-image img {
      width: 100%;
      height: 100%;
    }
  }
  .project-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background-color: white;
    /*padding: 2rem;*/
    font-family: "Segoe UI", Roboto, sans-serif;
    color: #001F54;
  }

  .project-row {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  .project-card {
    flex: 1 1 calc(50% - 0.75rem); /* Two cards per row with gap */
    display: flex;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-height: 180px;
    max-height: 200px;
  }

  .project-image {
    flex: 0 0 180px;
    padding: 1rem 0rem 1rem 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }

  .project-content {
    flex: 1;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.3;
  }

  .project-header {
    background-color: #D0E8FF;
    font-weight: bold;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-bottom: 1px solid #cce0f5;
    border-radius: 6px 6px 0 0;
  }

  .project-details p,
  .project-details ul {
    font-size: 0.85rem;
    margin: 0.2rem 0;
  }

  .project-details ul {
    padding-left: 1.2rem;
  }

  .project-details li {
    margin-bottom: 0.2rem;
  }

  @media (max-width: 768px) {
    .project-row {
      flex-direction: column;
    }

    .project-card {
      flex: 1 1 100%;
      max-height: none;
      flex-direction: column;
    }

    .project-image {
      width: 100%;
      height: 150px;
    }

    .project-image img {
      width: 100%;
      height: 100%;
    }
  }
