.infinite-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
}

.img-container {
  height: 70px;
  width: 100%;
  gap: 5rem;
  display: flex;
}

.img-container img {
  height: 100%;
}/*# sourceMappingURL=logo-showcaseDesign1.css.map */