.swiper {
  width: 100%;
  height:650px;
padding: 5px 5px 50px 5px !important;
}

.swiper-slide {
  text-align: center;
  height: 100%;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
border-radius: 35px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 
}

.swiper-slide p{
  margin: 3px 0;

  padding: 0 10px;
}
.swiper-slide h2{
  font-size: 1.5rem;
}
/* .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */