/* Customer & Reviews */
.enteraddons-customer-review {
    background-color: #fff;
    box-shadow: 0 0 90px rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 45px 15px 40px;
    text-align: center;
}
.enteraddons-customer-review > img {
    margin-bottom: 15px
}
.enteraddons-customer-review .rating {
    margin-bottom: 15px
}
.enteraddons-customer-review > h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
}