﻿
 
.testimonial{
   margin: 20px 10px 0;
    position: relative;
    width: 30%;
    display: inline-block;
}
.testimonial .pic{
    padding: 5px;
    background: #fff;
    border: 1px solid #d6d6d6;
    position: absolute;
    top: -50px;
    left: 40px;
    z-index: 1;
}
.testimonial .description{
      padding: 30px 15px 30px 15px;
    margin-left: 34px;
    border: 1px solid #d6d6d6;
    font-size: 13px;
    color: #7c7c7c;
    line-height: 21px;
    /* background-color: #56d5f5; */
    position: relative;
}
.testimonial .description_news{
         padding: 0;
    margin-right: 10px;
    /* border: 1px solid #d6d6d6; */
    font-size: 14px;
    color: #000000;
    line-height: 26px;
    /* background-color: #56d5f5; */
    position: relative;
}
/*.testimonial .description:before{
    content: "";
    width: 35px;
    height: 101%;
    background: #fff;
    border-left: 1px solid #d6d6d6;
    position: absolute;
    top: 0;
    right: -18px;
    transform: skewX(-13deg);
}*/
.testimonial .testimonial-content{
    margin: 8px 0 0 34px;
}
.testimonial .testimonial-content_news{
    margin: 20px 0 0 0px;
}
.testimonial .title{
    display: inline-block;
    font-size: 14px;
    color: #fc6963;
}
.testimonial .post{
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin-top: 2px;
    color: #9f9e9e;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: #fc6963;
}
@media only screen and (max-width:997px)
{
    
.testimonial {
    margin: 20px 0px 0;
    width: 100%;
    }    
    .testimonial .description:before{
        display: none;
    }
    .testimonial .description_news :before{
        display: none;
    }
.testimonial .description {
    padding: 55px 15px 30px 15px;
    margin-left: 0px;
    }  
.testimonial .testimonial-content {
    margin: 8px 0 66px 34px;
}      
}