.testimonial_01{border-radius: var(--border_box);position:relative;background:var(--bg_w_2);padding:85px 50px 45px 70px;margin:0 0 4px 0;margin-top:45px;font-weight:400;line-height:24px;text-align:center}
.testimonial_01 .image{position:absolute;left:50%;margin-left:-40px;top:-45px;width:100px;height:100px;background-position: 50% 50%;background-size: cover;}
.testimonial_01 .image img{border:4px solid var(--theme);border-radius: 100%;width: 100%;height: 100%;bottom: 0;left: 0;top: 0;position: absolute;object-position: 50% 50%;object-fit: cover;}
.testimonial_01 .info_title{color:var(--text_b_1);text-transform:uppercase;margin-top:20px;position:relative}
.testimonial_01 .info_text{position:relative}
.testimonial_01 .info_text:before{position:absolute;top:-15px;left:-35px;color:var(--theme);content:"\201C";font-family:Georgia,serif;font-size:100px}
