.h--alt {
    font-weight: 300;
    margin-top:0;
}

h5 {
    font-size:16px;
}

h6 {
    font-size:14px;
}


/* -------------------*/

/*-----------------------*/
/*----- TESTIMONIAL -----*/
/*-----------------------*/

.testimonial {
    padding: 20px 15px 15px 15px;
    border-style: solid;
    border-width:5px 1px 1px;
    margin:15px 0;
    border-color: #a00 #ddd #ddd;
    height: 245px;
    overflow: hidden;
}

.testimonial img {
    margin: auto auto 15px;
    width: 75px;
    height: 75px;
}

.testimonial blockquote {
    font-size: 14px;
    font-weight: 300;
}

.testimonial blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 5em;
    line-height: 0em;
    margin-right: 0.1em;
    vertical-align: -0.4em;
}

.testimonial blockquote:after {
    content: close-quote;
    visibility:hidden;
}

.col-md-3 .testimonial {
    padding: 30px;
}

.col-md-4 .testimonial .col-md-5,
.col-md-3 .testimonial .col-md-5,
.col-md-2 .testimonial .col-md-5,
.col-md-1 .testimonial .col-md-5 {
    width:100%;
    margin: 0 0 15px;
}

.col-md-4 .testimonial .col-md-7,
.col-md-3 .testimonial .col-md-7,
.col-md-2 .testimonial .col-md-7,
.col-md-1 .testimonial .col-md-7 {
    padding: 0;
    width: 100%;
} 

.testimonial blockquote cite {
    float: left;
    font-weight: 600;
    margin-top: 10px;
    width: 100%;
}

@media (min-width:992px) {
    .testimonial img {
        max-width:200px;
    }
    
}