/* 
import :root */
@import url(./styles.css);
.swiper {
  width: 100%;
  height: 100%;
}

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