/* Sección Clientes */
#clients {
  background: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
}

.client-logo {
  background: #222;
  padding: 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  max-width: 150px;
  max-height: 80px;
}
