#testimonials h4{
    font-size: .8rem;
    font-weight: bold;
}

#testimonials small{
    font-size: .7rem;
    color: #AAA;
    font-weight: bold;
}

#testimonials p{
    margin-top: 1rem;
    font-size: .8rem;
}

.testimonials-title{
    text-align: center;
    font-size: 1.5rem;
}

.testimonials-subtitle{
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}

.testimonials-avatar{
    padding: 1rem;
    border: none;
    width: 70%;
    border-radius: 100%;
    background-size: cover;
}

/*    ---- ============================================================================================================ ----    */
/*    ---- Responsividade ---- */

@media (min-width: 768px) {
    .testimonials-avatar{
        width: 100%;
        padding: 0;
    }
    
    #testimonials h4{
        font-size: 1.2rem;
    }
    
    #testimonials small{
        font-size: .8rem;
    }
    
    #testimonials p{
        font-size: 1rem;
    }
}