.testimonial-card{
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #4b4b4d;
}
.top-stars{
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-stars svg{
    width: 16px;
    fill: #f79e19;
}