.review-row {
    margin-top:50px;
    margin-bottom:30px;
    text-align:center;
    color: #48486c;
    font-family: 'Montserrat','Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
    border-top: 1px solid #48486c17;
    padding-top: 40px;
}

.review-row h3{
    margin-top:5px;
    margin-bottom:40px;
    font-weight: bold;
}

.review-row img {
    max-width:500px;
    width:100%;
}

.review-row .above-title-text{
    font-size: 1.1em;
    margin-top:15px;
}

/* Mobile */

@media screen and (max-width: 767px) {

}