.trusted-by {
  padding: 40px 0;
  text-align: center;
}

.trusted-by__title {
  margin-bottom: 35px;
  font-weight: 600;
}

.trusted-by__viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* exact logo width control */
.trusted-by__track {
  display: flex;
  align-items: center;
  gap: 60px;
  transform: translateX(0);
  will-change: transform;
}

/* fixed width is CRITICAL */
.logo {
  flex: 0 0 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img {
  max-width: 100%;
  opacity: 0.6;
}
