.author-miniature p {
    width: 40px;
    height: 40px;
    display: block;
    background: #EB5846;
    border-radius: 100%;
    text-align: center;
    margin: 0;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
}

#sell_reviewsonhome blockquote.review-description {
    font-style: italic;
}

/* #sell_reviewsonhome .swiper-button-custom {
    display: flex;
} */

#sell_reviewsonhome .review-item {
    text-align: center;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 15px 5px;
}

p.review-stars {
    color: #EB5846;
}

.page-home #sell_reviewsonhome {
    order: 3;
}