.hearExpert_section{width:85%;margin:0 auto}
.term_testimonial{box-shadow:0 2px 15px 2px #E3E6EC99;background-color:#005eac;padding:40px 24px 24px;border-radius:16px;margin:40px 0 20px;position:relative}
.hearExpert_section .term_testimonial p{color:#fff}
.double_quotes{position:absolute;top:15px;left:15px;width:23px;height:18px}
.expertDetails{display:flex;justify-content:end}
.expertDetails>div{box-shadow:0 4px 4px 0 #00000040;border-radius:8px;padding:8px;display:flex;justify-content:end;align-items:center;gap:10px;background:#fff;width:fit-content}
.expertDetails img{width:30px;height:36px}
.hearExpert_section .term_testimonial .expertDetails p{color:#5c666e;font-size:12px;line-height:14px}
.hearExpert_section .term_testimonial .expertDetails .expert_name{font-weight:600;font-size:14px;line-height:18px;color:#444;margin-bottom:5px}
@media(max-width:767px){.hearExpert_section{width:100%}
.expertDetails>div{margin-top:20px}
}