/* -- layout testimonial -- */
.layout-testimonial {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

p.testimonial-quote {
    font-size: 22px;
    font-family: $RopaSoftPTT-Italic;
    color: $black-70;
    margin-bottom: 10px;
    line-height: 34px;
}

.testimonial-author {
    display: block;
}
@media screen and (max-width:991px) {
    p.testimonial-quote {
        margin: 0;
    }
}
@media screen and(max-width:768px) {
    .layout-testimonial {
        background-color: #e4e4e4;
    }

    p.testimonial-quote {
        font-size: 18px;
        line-height: 1.25em;
    }

    .testimonial-author {
        font-size: 14px;
    }
}
@media screen and (max-width:600px) {
    p.testimonial-quote {
        font-size: 18px;
        line-height: 1.25em;
    }

    .testimonial-author {
        font-size: 10px;
    }
}
