:root {
  --darkclr:#444;
}

.brands-section {
  padding: 3rem 1rem;
}

.brands-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.brand-card {
  border: 0;
  background: transparent;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  padding: 1rem;
  border-radius: 0.6rem;
}

.brand-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.brand-logo {
  width: 100%;
  max-width: 130px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  margin-bottom: 0.6rem;
}

.brand-name {
  font-size: 0.95rem;
  color: var(--darkclr);
}/*# sourceMappingURL=ourBrandsDesign1.css.map */