.review-btn {
	margin-top: 20px;
    width: 100%;
    border-radius: 0;
	font-size: 22px;
}

.review-btn span {
	font-family: 'Montserrat-Light';
}

.review {
	background: #ffffff;
	margin-bottom: 30px;
	padding: 20px 0; 
}

.review .review-item {
	margin: 0 20px 15px;
    padding: 55px 5px;
    border: 1px solid #eceff1;
    background: url(../imges/quotation.png) no-repeat;
    background-position-y: 78%;
    background-position-x: 94%;
}

.review .media-object {
    width: 100px;
    border-radius: 100%;
    height: 100px;
}

.review p {
	font-size: 16px;
	color: #777777;
}

.review .col-md-9 {
	border-left: 1px solid #eceff1;
}

.review .col-md-9 p {
	font-family: 'Montserrat-Light';
	margin-left: 15px;
}

.review .col-md-3 p {
	font-family: 'Montserrat-UltraLight';
}


