/**
 * @file
 * Sliders common style.
 */
/**
 * @file
 * Global colors variables.
 */
/* stylelint-disable-line scss/at-import-partial-extension */
.slider-common.swiper {
  overflow: visible;
}
.slider-common .swiper-slide {
  height: auto;
}
.slider-common .cta-wrapper {
  margin-top: 3rem;
  text-align: center;
}

.slider-common-wr {
  overflow: hidden;
}
.slider-common-wr .section-title {
  color: #008444;
}
.slider-common-wr__elements .swiper {
  overflow: visible;
}
.slider-common-wr .cta-wrapper {
  margin-top: 3rem;
  text-align: center;
}

/*# sourceMappingURL=slider-common.css.map */
