.tech-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.tech-carousel {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 60px;
}

.tech-item {
  flex: 0 0 auto;
  text-align: center;
}

.tech-item img {
  height: 50px;        /* All logos same height */
  width: auto;         /* Width auto scales */
  object-fit: contain; /* Prevent distortion */
  display: block;
  margin: 0 auto 10px;
}

.tech-item p {
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0;
}