.testimonial-content__details {
    margin-bottom: 16px;
    padding-top: 17px;
  }
  .testimonial-content {
    width: calc(100% - 54px);
    margin-left: auto;
  }
  .testimonial-content_quote .icon-quote {
    color: var(--secondary-orange);
    font-size: 45px;
  }
  .testimonial-wrapper .swiper-button-next:after, .testimonial-wrapper .swiper-button-prev:after, .image-slider-wrapper .swiper-button-prev:after, .image-slider-wrapper .swiper-button-next:after{
    display:none;
  }
  .testimonial-wrapper :where(.icon-right-arrow, .icon-left-arrow ), .image-slider-wrapper :where(.icon-right-arrow, .icon-left-arrow ) {
    font-size: 25px;
  }
  
  .testimonial-wrapper :where(.swiper-button-next, .swiper-button-prev), .image-slider-wrapper :where(.swiper-button-next, .swiper-button-prev) {
    top: auto;
    bottom: 0px;
    right: 0;
    left: auto;
  }
  
  .testimonial-wrapper .swiper-button-prev, .image-slider-wrapper .swiper-button-prev {
    right: 42px;
  }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    color:var(--secondary-grey);
  }
  .testimonial-wrapper .left-arrow-icon:before {
      left: -16px;
      top: -61px;
  }
  @media screen and (min-width: 992px) {
  .testimonial-wrapper {
      min-height: 454px;
  }
  }
  @media screen and (min-width: 768px) {
    .testimonial-content-wrapper {
      padding: 10px;
    }
  }
  @media screen and (min-width: 400.98px) and (max-width:767.98px){
    .testimonial-content_quote {
      margin-right: 12px;
    }
  }
  @media screen and (max-width: 500.98px) {
    .testimonial-content-wrapper {
      flex-direction: column;
      padding-bottom: 55px;
    }
    .testimonial-wrapper .swiper-button-next {
      right: 37%;
    }
    
    .testimonial-wrapper .swiper-button-prev {
      right: 53%;
    }
  }
  @media screen and (max-width: 767.98px) {
    .testimonial-content {
      width: 100%;
    }
    .testimonial-wrapper__heading h1 {
      text-align: center;
    }
  }
  /*---   Module - Image Slider Starts   ---*/
  .image-slider-wrapper .image-wrapper{
      min-height: 460px;
  }
  .image-slider-wrapper .content-wrapper{
      padding-top: 24px;
  }
  .image-slider-wrapper .content-wrapper p{
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: 700;
    font-family: var(--font-futura);
  }
  @media screen and (max-width: 575.98px){
      .image-slider-wrapper .image-wrapper{
          min-height: 300px;
      }   
  }
  /*---   Module - Image Slider Ends   ---*/