.swiper {
  width: 100%;
  /* height: 100%; */
  height: 400px;
}
.swiper .swiper-slide {
  padding: 2rem 0;
  text-align: center;
  font-size: 1.5rem;
  background-color: #ecebed;
  background-position: center;
  background-size: cover;
}
