.testimonial-section{padding:50px 0 60px;overflow:hidden;}
.testimonial-section .testimonial-cover{width:100%;}
.testimonial-section .testimonial-cover .testimonial-main{margin:30px 0 0;/*width:3800px;display:flex;align-self:start;animation:35000ms linear 0s infinite normal none running brhNui;*/}
.testimonial-section .testimonial-cover .testimonial-main .testimonial-box{padding:65px 15px 50px;width:480px; min-width:480px;}
.testimonial-section .testimonial-cover .testimonial-main .testimonial-box .inner{padding:60px 15px 30px;box-shadow:5px 5px 40px rgba(74,74,74,0.8);border-radius:5px;border:1px solid #585858;background-color:#ffffff;position:relative;}
.testimonial-section .testimonial-cover .testimonial-main .testimonial-box .inner:after{content:"\f10d";width:100px;height:100px;border:1px solid #707070;background-color:#ffffff;position:absolute;top:-50px;left:0;right:0;margin:0 auto;border-radius:100px;font-family:'fontAwesome';line-height:98px;font-size:45px;}
.testimonial-section .testimonial-cover .testimonial-main .testimonial-box .inner .name{font-size:21px;line-height:30px;}
.testimonial-section .testimonial-cover .testimonial-main .testimonial-box .inner .position{font-size:15px;line-height:24px;opacity:0.6;}
.testimonial-section .testimonial-cover .testimonial-main .testimonial-box .inner .text{margin:20px 0 0;}

/* ticker example - https://codepen.io/KenanYusuf/pen/eRprzN */

@media(min-width:768px) {
    
    .ticker{display:flex;}
    .ticker__list{display:flex;margin-top:20px;animation:ticker 120s infinite linear;}
    .ticker:hover .ticker__list{animation-play-state:paused;}


    @keyframes ticker{
        100%{transform:translateX(-100%);}
    }

}

@media(max-width:767px) {
    .testimonial-section .testimonial-cover .testimonial-main .testimonial-box { min-width:100%; }
}
