#testimonials {
    background: #fff;
}
.testimonial-title{
text-align:center;
}


.testimonial {
    border-left: 4px solid var(--primary-color);
    padding: 20px 20px 20px 30px;
    box-shadow: 3px 3px 5px #0000002e;
    background-color: #fafafa;
    display: flex;
    border-radius: 10px;
    flex-direction: column-reverse;
    justify-content: space-between;
    font-family: Georgia, serif;
      height: 100%;
}

.testimonial-text {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 8px;
}

.testimonial-author {
    color: #6b5e7b;
    font-size: 0.95rem;
}

.testimonial-avatar {
    display: none;
}


.testimonial-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.testimonial-header p{
    color: rgb(126, 126, 126);
} 
