.testimonial-page-wrap .card figure{position: relative;text-align: center !important;!i;!;padding: 0px !important;}
.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(--black-color);justify-content: center;align-items: center;display: flex;color: var(--white-color);}
.testimonial-page-wrap .card{
    background-color: #222222;
    box-shadow: 0px 0px 10px #000;
    border-radius: 0;
    border: none;
}
.testimonial-page-wrap {
    /* padding-top: 100px; */
    margin-top: 100px;
}
.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;
   text-align: center;
   font-size: 14px;
}
.testimonial-page-wrap .card blockquote p.client-name {
    font-weight: 400;
    height: auto;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 20px;
    font-family: var(--heading-font);
    font-size: 18px;
}
.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%;
    object-fit: cover;
    box-shadow: 0px 0px 5px 0px #00000052;
    padding: 8px;
}
.testimonial-page-wrap .col-lg-4{
    margin-bottom:var(--m30);
}