.working-for-section {
  overflow: hidden;
	margin-top: 10rem;
}

.working-for-title {
  font-size: 12px !important;
  color: #1b63ff !important;
  margin-bottom: 32px;
  font-weight: 400 !important;
}

.working-for-carousel-track {
  display: flex;
  align-items: center;
  gap: 10px;
}

.working-for-carousel-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  padding: 0 20px;
}

.working-for-carousel-item img {
  width: 100%;
  height: auto;
  max-height: 81px;
  object-fit: contain;
  filter: grayscale(1);
  transition: filter 0.3s;
}

.working-for-carousel-wrapper {
  overflow: hidden;
  width: 100%;
}

.working-for-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  /* animation: scroll var(--scroll-duration, 30s) linear infinite; */
}

.working-for-carousel-track img {
  margin-right: 40px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Hide scrollbars for all browsers */
.working-for-carousel-wrapper::-webkit-scrollbar {
  display: none;
}
.working-for-carousel-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 800px) {
  .carousel-track {
    /* animation: scroll var(--scroll-duration, 5s) linear infinite; */
  }

  .working-for-section {
    margin-top: 7rem;
  }
}
