.testimonial-carousel .item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.testimonial-carousel .media-head img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.testimonial-carousel .media-body h4 {
    margin-top: 10px;
    font-weight: 600;
}
