/* Sponsor auto scroll */
.sponsor-group {
  display: flex;
  width: max-content;
  animation: scroll 10s linear infinite;
}

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

/* GREENMIND */
.background-plant-hero {
  border-radius: 50% 50% 0px 50%;
  width: 450px;
  height: 400px;
}

img {
  max-width: none !important;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .background-plant-hero {
    width: 350px;
    height: 300px;
  }

  .background-plant-hero img {
    width: 100%;
  }

  .arrow-1 {
    width: 100px;
  }
}
