

.projeto-img {
  width: 100%;
  border-radius: 8px 8px 0 0;
  max-height: 160px;
  object-fit: cover;
  margin-bottom: 0.5rem;
  background: #eee;
}

.projeto-github {
  color: #24292f;
  display: flex;
  align-items: center;
  gap: 4px;
}
.projeto-github svg {
  vertical-align: middle;
}