.testimonial-tile {
    width: 100%;
    text-align: center;
}

.testimonial-tile-image {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    object-fit: cover;
    margin-bottom: 4px;
}

.testimonial-tile-text {
    font-family: 'Roboto', sans-serif;
    color: var(--testimonial_text_color);
}

.testimonial-tile-name {
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 5px;
}

.testimonial-tile-heading {
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 6px;
}

.testimonial-tile-paragraph {
    font-size: 11px;
    font-weight: 300;
    line-height: 19px;
}

.testimonial-tile-stars {
    margin-bottom: 10px;
}

.testimonial-tile-stars-path {
    fill: var(--testimonial_stars_color);
}
