.testimonial-grid img.demo-avatar {
    display: block;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #dceff6;
    box-shadow: 0 4px 12px rgba(8, 41, 58, .18);
    object-fit: cover;
    object-position: center 30%;
}

.testimonial-grid footer strong {
    font-size: 14px;
    color: #142436;
    font-weight: 800;
}

.testimonial-grid footer small {
    color: #5f6f7a;
}

.testimonial-grid .featured-quote footer strong {
    color: #fff;
}

.testimonial-grid .featured-quote footer small {
    color: #c0d1dc;
}

.testimonial-grid article {
    padding: 36px 38px 32px;
}

.testimonial-grid .demo-label {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 9px;
    line-height: 1;
    letter-spacing: .08em;
}

.testimonial-grid .quote-mark {
    top: 27px;
    right: 30px;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid #b9ddec;
    border-radius: 50%;
    background: #e6f5fb;
    color: #0878af;
    font-size: 45px;
    line-height: 1;
    opacity: 1;
}

.testimonial-grid .featured-quote .quote-mark {
    border-color: rgba(117, 218, 252, .42);
    background: rgba(83, 194, 235, .14);
    color: #82dcfa;
}

.testimonial-grid blockquote {
    margin-top: 29px;
}
