.project-card {
  padding: 10px;
  cursor: pointer;
  max-width: 472px;
  width: 100%;
  height: fit-content;
  gap: 10px;

  img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
  }

  .project-title {
    font-weight: bold;
    font-size: 15px;
  }

  .project-info {
    font-weight: normal;
    font-size: 12px;
  }

  p {
    margin: 0;
  }
}
