.review-card {
    background: #fff;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.review-text {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: justify;
}

.review-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.review-rating {
    color: #f5b50a; /* gold stars */
    font-size: 16px;
}
