.partners-carousel-container {
  width: 100%;
  overflow: hidden;
  padding: 1.5rem 0;
}

.partners-carousel {
  display: flex;
  gap: 3rem;
  align-items: center;
  width: max-content;
  height: 100px;
}

.partner-logo {
  flex: 0 0 auto;
  width: 250px;
  height: 100px;
  min-width: 250px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
}