 @media only screen and (min-width: 768px) {
     .testimonial-component.style3 a .t-cite strong {
         font-size: 18px;
    }
     .testimonial-component.style3 a:hover .t-cite strong {
         color: #23527c;
    }
}
 @media only screen and (min-width : 992px){
     .testimonial-component.style3 figcaption {
         min-width: 165px;
         margin-top: -15px;
    }
     .testimonial-component.style3 .t-img {
         margin-right: 0;
    }
     .testimonial-component.style3 figcaption {
         text-align: right;
    }
}
 .testimonial-component.style3 .t-img img {
     box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}
 .testimonial-component.style3 a .t-cite strong {
     color: #2f76b2;
}
 .testimonial-component.style3 .desc strong:not(:first-of-type) {
     font-size: 23px;
     line-height: 27px;
}
 .testimonial-component.style3 figure > a > div > blockquote {
     display: flex;
}
 .testimonial-component.style3 blockquote .desc {
     align-self: center;
}
 .testimonial-component.style3 blockquote {
     font-size: 18px;
     line-height: 27px;
}
 .testimonial-component.style3 blockquote .desc span::before {
     top: 20px;
}
 .testimonial-component.style3 blockquote .desc span::after {
     bottom: -10px;
}
 .slick-dotted.slick-slider {
     margin-bottom: 30px;
}
 .slick-dots {
     border-bottom: 0;
}