.ourclients {
  background-color: #fff;
}

.clients {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background-color: #fff;
}

.clientslogos-container {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.clientslogos-track {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.clientslogos-content {
  display: flex;
  align-items: center;
}

.customer-logo-wrapper {
  flex-shrink: 0;
  padding: 0 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-logo {
  max-width: 130px;
  height: 130px;
  object-fit: contain;
}

.shade-left,
.shade-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.shade-left {
  left: 0;
}

.shade-right {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
