   /* .slide-success-story {
       height: 440px;
       padding-left: 32px;
       display: flex;
       align-items: flex-end;
       transition: 1s all ease-in-out;
       background-size: cover;
       position: relative;
   }

   .card-story {
       z-index: 9;
   }

   .card-story * {
       color: #fff;
       transition: 1s all ease-in-out;
   }

   .card-story h4 {
       font-weight: 600;
       border-bottom: 2px solid rgb(255 255 255 / 32%);
       padding-bottom: 16px;
       font-size: 28px;
       line-height: 40px;
       margin-bottom: 16px;
   }

   .story-stats--number {
       font-size: 28px;
   }

   .story-stats--text {
       font-size: 18px;
       line-height: 15px;
   }

   .story-footer {
       padding-bottom: 32px;
   }

   .story-category {
       position: absolute;
       top: 32px;
       right: 32px;
       background-color: #fff;
       color: #000;
       padding: 8px 24px;
       border-radius: 30px;
       font-size: 14px;
       font-weight: 400;
   }

   .story-link {
       background-color: #5E64EF;
       border-radius: 30px;
       padding: 8px;
   }

   .story-testimonial--thumb img {
       width: 40px;
       height: 40px;
       object-fit: cover;
       border-radius: 50%;
   }

   .btn-outline {
       display: inline-block;
       height: 42px;
       line-height: 42px;
       padding: 0 24px;
       text-transform: uppercase;
       border: 1px solid #5E64EF;
   }

   .btn-outline span {
       color: #5E64EF;
   }


   .btn-outline:hover {
       border-color: #5E64EF !important;
   }

   .story-testimonial {
       max-height: 0;
   }

   .slide-success-story:hover .story-testimonial {
       max-height: 350px;
   }

   .slide-success-story:hover .story-footer .story-link {
       opacity: 0;
   }

   .slide-success-story:hover .story-category {
       opacity: 0;
   }

   .swiper-slide.slide-success-story:before {
       content: "";
       position: absolute;
       width: 100%;
       height: 100%;
       left: 0;
   }

   .slide-success-story:hover:before {
       background: transparent;
       backdrop-filter: blur(4px);
       background-color: rgb(0 0 0 / 30%);
       -webkit-backdrop-filter: blur(10px);

   }


   .slide-success-story a {
       text-decoration: none;
   }

   .testimonial-slider .swiper-wrapper {

       height: auto !important;
   }
   .nav-btn img {
    background-color: #ffffff !important;
    border-radius: 30px !important;
    padding: 7px;
    border: 1px solid var(--border-color);
}
.review-quote {
    margin-bottom: 0px;
    padding: 56px;
}
 @media(max-width: 991px) {
.review-quote {
    margin-bottom: 0px;
    padding: 24px;
}
 }
   @media(max-width: 480px) {
       .slide-success-story {
           height: 400px;
       }

   }

   @media (max-width: 480px) {
       .story-stats--text {
           width: min-content;
       }
   }

   @media (max-width: 767px) {
       .story-logo {
           max-width: 120px;
       }

       .items-counter {
           flex-direction: row;
           text-align: center;
           flex-wrap: wrap;
       }

       .counter-item {
           flex: auto;
           width: 50%;
       }

       .review-navigation.display-lg {
           display: none !important;
       }

       .nav-btn img {
           width: 40px !important;
       }

   }

   .carousel-stories {
       width: 100%;
       overflow: hidden;
   }

   .carousel-stories .swiper-wrapper {
       width: 100%;
   }

   .carousel-stories .swiper-slide {
       box-sizing: border-box;
   } */

   .testimonial-section blockquote {
    margin: 0 0 1rem;
    padding: 24px;
   }