.text-swiper {
  width: 100%;
  display: flex;
  align-items: center;
}
.text-swiper .swiper-wrapper {
  align-items: center;
}
.text-swiper .swiper-button-prev,
.text-swiper .swiper-button-next{
  position: static !important;
  margin: 0 !important;
}

.text-swiper .swiper .rich-text {
  margin: 0 auto;
  white-space: wrap;
  text-align: center;
}
