.testimonial{width:100%;display:flex;background-color:#153860}.testimonial-image{width:350px;clip-path:polygon(0 0,100% 0%,90% 100%,0% 100%);position:relative;z-index:1}.testimonial-image:after{position:absolute;right:0;bottom:0;content:"";width:40px;height:100%;background:linear-gradient(195deg,#f15a29 0%,#e6126a 100%);clip-path:polygon(85% 0,100% 0%,90% 100%,0% 100%);z-index:3}.testimonial-image img{object-fit:cover;width:100%;height:100%}.testimonial-content{padding:3rem 2rem;flex:1;color:#fff}.testimonial-header{position:relative}.testimonial-source{color:#b7b7b7;margin-bottom:0px}.testimonial-header:after{position:absolute;left:0;bottom:-10px;content:"";width:80px;height:3px;border-radius:3px;background-color:#e6126a}@media screen and (max-width:768px){.testimonial{flex-direction:column}.testimonial-image{width:100%;position:relative;clip-path:none}.testimonial-image:after{content:"";position:absolute;bottom:0;height:8px;width:100%;clip-path:none;background:linear-gradient(90deg,#f15a29 0%,#e6126a 100%);left:0}.testimonial-content{text-align:center}.testimonial-header:after{left:40%;bottom:-10px;content:""}}