   .testimonial-card {
       background: #FBFBFB;
       border: 1px solid #e5e5e5;
       border-radius: 10px;
       padding: 70px 40px 40px 40px !important;
       position: relative;
       height: 100%;
   }

   .testimonial-img {
       position: absolute !important;
       top: -50px;
   }

   .testimonial-author {
       font-weight: 500;
       margin-top: 10px;
       font-size: 20px !important;
   }

   .testimonial-authors {
       font-weight: 700 !important;
       font-size: 21px !important;
   }

   .testimonial-role {
       font-size: 13px;
       color: #666;
   }

   .random-boxshadow {
       box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.072);
   }

   .box {
       position: relative;
       overflow: hidden;
   }

   .box-content {
       position: absolute;
       bottom: 10px;
       left: 10px;
       color: #fff;
   }

   .icon-box {
       position: absolute;
       top: 10px;
       right: 10px;
   }

   .icon-box a {
       color: #fff;
       font-size: 20px;
   }

   .fancybox__backdrop {
       backdrop-filter: blur(0.01px);
   }

   @media (max-width:575px) {
   .testimonial-card {
       padding: 70px 15px 40px 15px !important;
   }

   }