
.skeepers_carousel .skeepers-content {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-content.card-quadruple{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    letter-spacing: normal;
    min-width: 100%;
    height: 100%;
    padding: 20px 16px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    background: #fff;
}
.skeepers-stats-stars {
    width: 78px;
    margin: auto;
}

.review__rating{
    letter-spacing: 1px;
}
.review__rating .review__rating_note{
    font-weight: 700;
    font-size: 17px;
    color: #ea1d63;
}
.review-global__rating{
    letter-spacing: 1px;
    font-size: 20px;
}
.review-global__rating .review-global__rating_note{
    font-weight: 700;
    font-size: 30px;
    color: #ea1d63;
}

.global-rating .star-svg {
    height: 20px;
    width: 20px;
}
.global-rating .skeepers-stats-stars{
    width: 117px;
}
.global-rating .skeepers-stars .stars__item{
    height: 28px;
}