.swiper {
  width: 100%;
  height: auto;
  max-width: 1700px;
  padding-block: 3rem;
}

.swiper-wrapper {
  justify-content: stretch;
  align-items: stretch;
}

.swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 2rem;
  padding: 2.5rem 2.5rem 1.5rem 2.5rem;
  border: 2px solid #009B52;
  border-radius: 52px;
  background-color: #fff;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.2509803922));
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  top: 0;
  margin-top: 0;
  color: #009B52;
  transition: all 0.8s ease;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  scale: 1.1;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.1019607843));
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 2rem;
  font-weight: bold;
}

.swiper-pagination-wrapper {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.swiper-pagination {
  position: relative;
  bottom: 0 !important;
  width: auto !important;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #000;
  opacity: 0.2;
  transition: all 0.8s ease;
}

.swiper-pagination-bullet-active {
  scale: 1.1;
  opacity: 1;
  background: #009B52;
}

/*# sourceMappingURL=swiper.css.map */
