
.filters {
  display: flex;
  justify-content: center;
  gap: 12px;              
  margin: 20px auto;      
  width: 100%;
  max-width: 1100px;       
}
.filters .select-d{
    max-width: 250px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  align-items: stretch;
}
