.testimonial-page-wrap .card figure{position: relative;text-align:center;padding: 0px !important;padding-top: 10px !important;!i;!;}
.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;
    /* padding-top: 30px !important; */!i;!;
}
.testimonial-page-wrap .card .blockquote-footer{
    margin-top: 10px;
    text-align: right;
    color: var(--secondary-color)!important;
    font-weight: 600;
    font-size:13px;
}
.testimonial-page-wrap .card blockquote p{
   margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
}
.testimonial-page-wrap .card blockquote p.client-name {
    font-weight: bold;
    height: auto;
    margin-bottom: 0px;
    margin-top: 20px;
    
}
.testimonial-page-wrap .card .blockquote-footer cite{
  font-weight: 800;
  font-size:13px;
}
.testimonial-page-wrap .card img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    min-width: 100px;
    min-height: 100px;
    object-fit: cover;
    box-shadow: 0px 0px 5px 0px #00000052;
    padding: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.testimonial-page-wrap .col-lg-4{
    margin-bottom:var(--m30);
}