
.testimonial-slide {
    padding: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.testimonial-name {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.testimonial-content {
    font-size: 1.1em;
    font-style: italic;
    color: #555;
    margin-bottom: 15px;
}

.testimonial-image {
    margin: 15px 0;
}

.testimonial-image img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.testimonial-designation {
    color: #777;
    font-size: 0.9em;
}
