.testimonial-card{display:inline-block;position:relative;max-width:480px;margin:67px 0 20px;padding:85px 30px 30px;text-align:left}
.testimonial-card.fullWidth{max-width:100%}
.testimonial-card.noImage{margin:0 0 20px;padding-top:30px}
.testimonial-card .testimonial-avatar{position:absolute;top:-67px;left:50%;transform:translateX(-50%);width:132px;height:132px;overflow:hidden;background:#fff}
.testimonial-card .testimonial-avatar img{width:100%;height:100%;object-fit:cover}
.testimonial-card.default .testimonial-text{color:#063369}
.testimonial-card.default .testimonial-author{color:#063369}
.testimonial-card .testimonial-text{font-size:24px;line-height:36px;font-weight:400;margin:0 0 15px}
.testimonial-card .testimonial-author{font-size:18px;line-height:28.8px;font-weight:400;margin:0}
@media(max-width:768px){.testimonial-card{padding:80px 20px 20px}
.testimonial-card .testimonial-text{font-size:20px;line-height:normal}
.testimonial-card .testimonial-author{font-size:16px;line-height:normal}
}
@media(max-width:480px){.testimonial-card{padding:70px 20px 25px}
.testimonial-card .testimonial-avatar{width:120px;height:120px;top:-60px}
.testimonial-card .testimonial-text{font-size:14px;line-height:normal}
.testimonial-card .testimonial-author{font-size:12px;line-height:normal}
}