.testimonial{
        background: #ebebeb;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 200px;
    position: relative;
    width: 100%;
    float: left;
    box-shadow: 0 5px 15px -7px #132f5b;
}
.testimonial:before,
.testimonial:after{
    content: "";
    border-top: 40px solid #ebebeb;
    border-right: 215px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
    box-shadow: 0 5px 15px -30px #132f5b;
}
.testimonial:after{
    border-right: none;
    border-left: 215px solid transparent;
    left: auto;
    right: 0;
}
.testimonial .icon{
    display: inline-block;
    font-size: 80px;
    color: #1680c7;
    margin-bottom: 20px;
    opacity: 0.6;
}
.testimonial .description{
    font-size: 15px;
    color: #132f5b;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.testimonial .testimonial-content{
    width: 100%;
    position: absolute;
    left: 0;
}
.testimonial .pic{
    display: inline-block;
    border: 2px solid #1680c7;
    border-radius: 50%;
    box-shadow: 0 0 3px 3px #1680c7;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.testimonial .pic img{
    width: 150px;
    height: auto;
}
.testimonial .title{
    font-size: 15px;
    font-weight: bold;
    color: #f29504;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #132f5b;
}
