@charset "UTF-8";
.testimonial{box-shadow:0px 0px 20px #00000041;background-color:white;position:relative;max-width:600px;margin-top:60px;padding:60px;}
.testimonial::before{
    background-color:var(--navy-2);
    justify-content:center;color:var(--white-1);
    align-items:center;
    position:absolute;
    content:"";
    font-size:2rem;
    display:flex;
    height:70px;
    width:70px;top:-35px;
    left:60px;-webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;font-family:"classvr";line-height:1;}
.testimonial .columns_container{align-items:center;display:flex;gap:20px;}
@media (max-width:1024px){.testimonial .columns_container{flex-flow:row;}}
.testimonial .columns_container > *:first-child{flex-grow:1;}.testimonial .columns_container > * > *{margin:0;}
.testimonial .columns_container img{border:solid 2px var(--navy-2);min-width:min(126px, 100%);aspect-ratio:1;border-radius:50%;margin-left:auto;overflow:hidden;display:block;width:126px;}.testimonial .columns_container h3{font-weight:var(--font-weight-3);line-height:inherit;font-size:inherit;}.testimonial .columns_container p{margin-bottom:20px;}.testimonial blockquote{margin:0;}.testimonial blockquote p{margin-block:0;}.testimonial blockquote p::before{background-color:var(--navy-3);margin-bottom:40px;display:block;content:"";height:3px;width:20%;}@media (max-width:440px){.testimonial blockquote p::before{margin-bottom:20px;}}.testimonial blockquote p::after{background-color:var(--navy-3);margin-block:40px 10px;display:block;content:"";height:3px;width:20%;}.testimonial blockquote cite{font-style:normal;}@media (max-width:768px){.testimonial .columns_container[data-columns="2"]{flex-flow:row;}}@media (max-width:520px){.testimonial{padding:40px 30px 30px 30px;}}@media (max-width:440px){.testimonial{font-size:var(--font-size-3);line-height:1.4;margin-top:20px;}.testimonial::before{font-size:1rem;height:40px;width:40px;left:30px;top:-20px;}.testimonial .columns_container{align-items:flex-start;}.testimonial .columns_container img{max-width:100%;}}