/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
#testimonial .wl-col-3 {
    margin-bottom: 100px;
}
#testimonial .ht-client-img-2 {
    position: absolute;
    width: 100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid #fff;
}

#testimonial .ht-single-testimonial-wrap {
    background: #f0f0f0;
    height: 100%;
    box-shadow: 0px 2px 15px -5px #000;
        margin: 0 10px;
}
#testimonial .ht-client-content {
    position: relative;
}

#testimonial .ht-client-content p {
    position: relative;
}

#testimonial .ht-client-content p:after, #testimonial .ht-client-content p:before {font-size: 34px;color: #B31F2A;margin: 0 5px;line-height: normal;display: inline-block;position: relative;height: 10px;}

#testimonial .ht-client-content p:before {
    content: '\275D';
}

#testimonial .ht-client-content p:after {
    content: "\275E";
    position: absolute;
    bottom: 30px;
}
