.swiper {
  width: 100%;
  height: 300px; /* Defina uma altura para ver o carrossel */
}

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