#testimonial  .flickity-page-dots {
    margin-top: calc(10% - 120px) !important;
    margin-bottom: 4rem !important;
  }

  .slider-cell {
    height: 100% !important;
  }

  @media (max-width: 768px) {
    #testimonial  .flickity-page-dots {
    margin-top: calc(20% - 120px) !important;
    margin-bottom: 2rem !important;
  }

  .slider-cell {
    height: 100% !important;
  }

  }

  @media (max-width: 590px) {

    #testimonial  .flickity-page-dots {
    margin-top: calc(25% - 120px) !important;
    margin-bottom: 2rem !important;
  }

  }



  @media (max-width:460px) {
    #testimonial  .flickity-page-dots {
    margin-top: calc(30% - 120px) !important;
    margin-bottom: 2rem !important;
  }
   #testimonial  .flickity-viewport {
    height: 490px !important;
    overflow-y: scroll;
   }

   #testimonial .card-text {
    font-size: 1rem !important;
   }
  }

  @media (max-width:375px) {
    #testimonial  .flickity-page-dots {
    margin-top: calc(35% - 120px) !important;
    margin-bottom: 2rem !important;
  }
}