/* ESTRUCTURA TESTIMONIALS */

.testimonials {
    padding: 80px 0px;
    width: 82%;
    display: block;
    margin: auto;
    margin-bottom: 125px;
}

.testimonials-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.stars {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.author-info {
    display: flex;
    align-items: baseline; 
    gap: 15px;
    margin-bottom: 15px;
}

.name {
    font-size: 2.2rem; 
    font-weight: 600;
    margin: 0;
    letter-spacing: -1px;
}

.time {
    font-size: 20px;
    font-weight: 400;
}

.review-text {
    font-size: 19px;
    line-height: 1.4;
    margin: 0;
    font-weight: 400;
}