.card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px; /* espaçamento fixo entre os cards */
}