#slide-hero-section {
  min-height: 200px;
  max-height: calc(100vh - 68px);
}

#slide-hero-section .swiper-wrapper img {
  width: 100%;
}


.container-partners {
  height: 100px;
  min-width: 280px;
  max-width: 1024px;
  margin: 0 20px;
  position: relative;
  top: -50px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 9999px;
  font-size:0;
  z-index: 1;
}

.content-partners {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  display: flex;
  gap: 40px;
  align-items: center;
  animation: moveSlideshow 5s linear infinite;

  & img {
    width: 90px;
  }
}

@media (min-width: 1024px) {
  .container-partners {
    max-width: 900px;
    margin: 0 auto;
  }
  }
}