.testimonial-page-wrap .card figure{position: relative; text-align:center;}
.testimonial-page-wrap .card figure:before{content: '\f10e';position: absolute;top: -29px;font-weight: 600;font-family: 'Font Awesome 5 Free';width: 45px;height: 45px;background-color: var(--secondary-color);justify-content: center;align-items: center;display: flex;color: var(--white-color);}
.testimonial-page-wrap .card{
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 0;
    border: none;
}
.testimonial-page-wrap .card .blockquote-footer{
    margin-top: 10px;
    text-align: right;
    color: var(--secondary-color)!important;
    font-weight: 600;
}
.testimonial-page-wrap .card blockquote p{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}

.testimonial-page-wrap .card .blockquote-footer cite{
  font-weight: 800;
}
.testimonial-page-wrap .card img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit:cover;
}
.testimonial-page-wrap .col-lg-4{
    margin-bottom:var(--m30);
}