.testimonial{
    margin: 0 15px;
}
.testimonial .description{
    position: relative;
    font-size: 16px;
    line-height:26px;
    color: #696969;
    padding: 25px 20px;
    border:1px solid #fff;
    background: #fff;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    border-color: #fff;
    position: absolute;
    bottom: -11px;
    left: 6%;
    transform: skewY(-45deg);
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin:20px 30px 20px 0px;
    display: inline-block;
    float: left;
    border: 2px #fff solid;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-title{
    display: inline-block;
    text-transform: capitalize;
    margin-top: 32px;
}
.testimonial .testimonial-title span{
    color: #fff;
    display: table;
    font-size:17px;
    font-weight: bold;
    margin-bottom: 5px;
    background: #3498db;
    padding: 10px;
}
.testimonial .testimonial-title small{
    display: table;
    font-size:13px;
    background: #fff;
    padding: 10px;
}
.owl-theme .owl-controls{
    position: absolute;
    bottom: 10%;
    right: 10px;
}
.owl-theme .owl-controls .owl-buttons div{
    border-radius: 0;
    background:#000;
    padding: 3px 8px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 767px){
    .testimonial .description{
        font-size: 14px;
    }
    .testimonial .description:after{
            left: 14%;
    }
}
@media only screen and (max-width: 479px){
    .owl-theme .owl-controls{
        bottom: 0;
    }
    .testimonial .description:after{
        left: 18%;
    }
}