/* 页面底部样式 */
.footer-area-bottom{
    position: fixed;
    bottom: 0;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
   .testimonials{
     margin-top: 50px;
   }
    .testimonials .testimonial-item {
      box-sizing: content-box;
      padding: 30px 30px 30px 60px;
      margin: 30px 15px;
      min-height: 146px;
      box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
      position: relative;
      background: #fff;
    }
    
    .testimonials .testimonial-item h2 {
      font-size: 26px;
    }
    .testimonials .testimonial-item span {
        font-size: 14px;
        color: #999999;
        line-height: 38px;
        text-indent: 2em;
    }

    @media (max-width: 767px) {
      .testimonials .testimonial-wrap {
        padding-left: 0;
      }
      .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
      }
    }