.testimonial-card {
    background-color: #f4f9f7; /* Very light teal background */
    border: none;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    transition: transform 0.2s;
}

.testimonial-text {
    color: #444;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
    font-style: normal;
}

.author-container {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.author-img {
    width: 40px;
    height: 40px;
    background-color: #d1d9d7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.author-name {
    font-weight: 700;
    color: #333;
    font-size: 0.9rem;
}