.col-md-4 {
  max-width: 270px; /* ou une valeur en % */
  flex: 0 0 270px;
}

.card-title {
  margin-bottom: .75rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 0.9;
}


.category {
  background-color: rgba(255, 255, 255, 0.3);
  color: #000; /* texte noir bien lisible */
}
