﻿/* Testimonials */
.fcap-testimonial {
    padding: 24px 0;
    border-bottom: 1px solid #ddd;
}

    .fcap-testimonial blockquote {
        margin: 0;
        padding-left: 24px;
        border-left: 4px solid #ddd;
    }

    .fcap-testimonial footer {
        margin-top: 16px;
    }




/* Mobile */
@media (max-width: 768px) {



    .fcap-testimonial blockquote {
        padding-left: 16px;
    }
}
