.testimonial-item {
    text-align: center;
    padding: 20px;
}
.testimonial-item img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 10px;
}
.testimonial-item h4 {
    margin: 10px 0 5px;
}
.testimonial-item p {
    font-style: italic;
    color: #555;
}

