<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.testimonial-list .i-item{margin-bottom:40px;}
.testimonial-list .i-content{position:relative;float:left;width:80%;border:1px solid #EEE;
border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;
transition:box-shadow 0.5s ease 0s; -webkit-transition:box-shadow 0.5s ease 0s;-moz-transition:box-shadow 0.5s ease 0s;-o-transition:box-shadow 0.5s ease 0s;}
.testimonial-list .i-item:hover .i-content
{-moz-box-shadow:0 1px 10px rgba(0,0,0,0.15);-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.15);box-shadow:0 1px 10px rgba(0,0,0,0.15);}
.testimonial-list .i-content-wrap{padding:35px;}
.testimonial-list .i-uinfo{float:right;text-align:right;}
.testimonial-list .i-avatar img{width:80px;height:80px;
border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;}
.testimonial-list .i-name{margin-top:10px;}
.testimonial-list .i-name i{font-size:11px;color:#999;}
.testimonial-list .i-quote .if{font-size:28px;}
.testimonial-list .i-quote{float:left;width:60px;}
.testimonial-list .i-text{float:left;font-family:"Georgia";font-style:italic;color:#666;font-size:18px;
width: -moz-calc(100% - 60px);width: -webkit-calc(100% - 60px);width: calc(100% - 60px);}
.testimonial-list .i-arrow{position:absolute;top:45px;right:-9px;z-index:1;border-top:1px solid #EEE;border-right:1px solid #EEE;background-color:#FFF;width:16px;height:16px;
transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);}

@media screen and (max-width:860px){
.testimonial-list .i-content{width:100%;}
.testimonial-list .i-arrow{top:auto;bottom:-10px;right:45px;
transform: rotate(135deg);-ms-transform: rotate(135deg);-webkit-transform: rotate(135deg);}
.testimonial-list .i-uinfo{margin-top:25px;}
.testimonial-list .i-avatar img{width:50px;height:50px;}
}

@media screen and (max-width:860px){
.testimonial-list .i-item{margin-bottom:30px;}
.testimonial-list .i-content-wrap{padding:20px;}
.testimonial-list .i-quote{width:30px;}
.testimonial-list .i-quote .if{font-size:18px;}
.testimonial-list .i-text{font-size:15px;
width: -moz-calc(100% - 30px);width: -webkit-calc(100% - 30px);width: calc(100% - 30px);}
.testimonial-list .i-avatar{float:left;}
.testimonial-list .i-avatar img{width:42px;height:42px;}
.testimonial-list .i-name{float:left;margin:0 0 0 12px;line-height:125%;}
.testimonial-list .i-name b{font-size:16px;}
}
</pre></body></html>