.testimonial {
    padding: 20px;
    margin: 20px 10px;
}



.testimonial .pic {
    width: 122px;
    height: 122px;
    float: left;
    margin-right: 50px;
    position: relative;
}

.testimonial .pic:before,
.testimonial .pic:after {
    content: "";
    display: block;
    height: 50%;
    width: 50%;
    position: absolute;
}

.testimonial .pic:before {
    bottom: -10%;
    left: -10%;
    border-bottom: 3px solid #E16B47;
    border-left: 3px solid #E16B47;
}

.testimonial .pic:after {
    top: -10%;
    right: -10%;
    border-top: 3px solid #e16b47;
    border-right: 3px solid #e16b47;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .testimonial-content {
    display: table;
    position: relative;
}

.testimonial .testimonial-content:before {
    /* content: "\f10d"; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -30px;
    left: -15px;
    font-size: 60px;
    color: #d8dad6;
    z-index: -1;
}

.testimonial .testimonial-title {
    font-size: 12px;
    color: #e16b47;
    text-transform: capitalize;
}

.testimonial .post {
    font-size: 13px;
    font-weight: 600;
    color: #585f62;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 5px;
    padding-left: 5px;
}

.testimonial .description {
    font-size: 13px;
    color: #7c7c7c;
    line-height: 22px;
    margin-top: 12px;
    font-style: italic;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #e16b47;
}

@media only screen and (max-width: 980px) {
    .testimonial {
        padding: 20px 0;
        margin: 20px 15px;
    }

    .testimonial .pic {
        float: none;
    }

    .testimonial .testimonial-content {
        display: block;
        margin-top: 30px;
    }

    .testimonial .testimonial-content:before {
        z-index: 1;
        top: -200px;
    }
}