.feedaty-product-reviews .feedaty-product-reviews-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 0.93;
    letter-spacing: -0.3px;
    color: #0d5f3f;
}
.feedaty-product-reviews-carousel .owl-dots {
    display: none !important;
}
.feedaty-product-reviews .feedaty-product-review-card {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    flex: 0 0 100%;
    border-right: 1px solid #efefef;
}
.feedaty-product-reviews .feedaty-product-review-card h6 {
    font-size: 16px;
    letter-spacing: -0.2px;
    color: #005030;
    font-weight: 400;
    min-height: 38px;
}
.feedaty-product-reviews .stars-rating-container {
    display: flex;
    align-items: center;
}
.feedaty-product-reviews span.stars,
.feedaty-product-reviews span.stars span {
    display: inline-block;
    background: url('../images/star-o-white.svg') 0 0 repeat-x;
    width: 150px; /* width of a star multiplied by 5 */
    height: 30px; /* the height of the star */
    background-size: 30px 30px;
}
.feedaty-product-reviews span.stars span {
    background-position: 0 0;
    background-image: url('../images/star.svg');
}
.feedaty-product-reviews .ratings-count-container img {
    height: 22px;
}
