.review-col .review-by img {
    display: block;
    width: 120px;
    position: relative;
    margin: 0 auto 10px;
}
.review-col .review-by {
    max-width: 60%;
    flex: 0 0 60%;
}
.review-col p {
    margin-right: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    transition: all .3s ease-in-out;
    border-right: 1px solid #eee;
    max-width: 40%;
    flex: 0 0 40%;
    color: #000;
	padding:0px;
}
.review-col {
    justify-content: space-between;
    border: 1px solid #e4e4e4;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .3s ease-in-out;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
	cursor:pointer;
}
.review-option .col-sm-4 {
    margin-bottom: 30px;
}
.review-col .rating-stars {
    text-align: center;
}
.review-col .rating-stars i {
    color: #f07a23;
    font-size: 15px;
    line-height: 1;
    margin: 0 2px;
}
.review-col p span {
    color: #929295;
    font-size: 80%;
    font-weight: 500;
    margin-left: 5px;
}
.features-option2 .top h2 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 700;
    color: #2f1c6a;
	text-align: center;
	margin-bottom: 10px;
}

.features-option2 .top {
    text-align: center;
    margin-bottom: 60px;
}