/*=========================================================
    PROJECT : Hope & Harmony Spectrum Inc.
    FILE    : testimonials.css
    PURPOSE : Testimonials Section
=========================================================*/
/*=========================================================
                TESTIMONIALS
=========================================================*/

.testimonials{

    background:#f8fbff;

}

.testimonials-header{

    max-width:700px;

    margin:0 auto 60px;

    text-align:center;

}

.testimonial-card{

    max-width:850px;

    margin:auto;

    background:#fff;

    border-radius:24px;

    padding:50px;

    text-align:center;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.stars{

    color:#F0BE69;

    font-size:1.3rem;

    margin-bottom:20px;

}

.testimonial-text{

    font-size:1.15rem;

    line-height:1.9;

    font-style:italic;

    color:#555;

}

.testimonial-author{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:15px;

    margin-top:35px;

}

.testimonial-author img{

    width:70px;

    height:70px;

    border-radius:50%;

    object-fit:cover;

}

.testimonial-author h4{

    margin-bottom:5px;

}

.testimonial-author span{

    color:#777;

}