.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
   display: flex;
   flex-direction: column;
   gap:45px;
   justify-content: center;
   align-items: center;
    }
    .swiper-slide .quote{
font-family: 'Arima Madurai';
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 54px;
text-align: center;
color: #474643;
    }
    .swiper-slide .quote-author
{
  
font-family: 'PT Sans';
font-style: normal;
font-weight: 400;
font-size: 36px;
line-height: 47px;
text-align: center;
color: #000000;
}
    .swiper-slide img {
      display: block;
      width: 100%;
    }