.testimonial-item {
    text-align: center;
    padding: 20px;
    max-width: 600px;
    margin: auto;
}
.testimonial-logo {
    max-height: 60px;
    margin-bottom: 10px;
}
.testimonial-company {
    font-size: 20px;
    font-weight: bold;
    color: #0050b8;
}
.testimonial-text {
    font-style: italic;
    color: #333;
}
.testimonial-author {
    margin-top: 10px;
    font-weight: 600;
}
.testimonial-stars .star {
    font-size: 18px;
    color: #ccc;
}
.testimonial-stars .star.filled {
    color: #f1c40f;
}
