.testimonial{display:flex;flex-wrap:nowrap;position:relative}.testimonial:before,.testimonial:last-child:after{background-color:var(--divider_color);content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:calc(100% - 40px)}.testimonial:before{top:0}.testimonial:last-child:after{bottom:-20px}.testimonial-image{margin:10px 0 0 20px}.testimonial-text{margin:30px 20px 0 0}.testimonial-author{margin:10px 0;text-align:right}@media (max-width:768px){.testimonial:before,.testimonial:last-child:after{left:0;transform:none;width:100%}.testimonial-image{display:none}}