.stats-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.stats-list .stats-number {
    font-weight: 600;
    margin-right: 1rem;
    margin-bottom: .5rem;
    color: var(--headingColor, #000);
}

.stats-list .stats-desc {
    line-height: 1.35;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .stats-item {
        text-align: center;
    }
}

@media (min-width: 576px) {
    .stats-list .stats-item {
        display: flex;
        align-items: center
    }

    .stats-list .stats-number {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width: 768px) {
    .stats-list .stats-item {
        justify-content: center;
    }
}


.star-rate-view {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108.9 103.6'%3E%3Cg data-name='Layer 2'%3E%3Cpath fill='%23ced4da' d='m108.9 39.6-37.6-5.5L54.4 0 37.6 34.1 0 39.6l27.2 26.5-6.4 37.5 33.6-17.7 33.7 17.7-6.4-37.5z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: repeat-x;
    display: inline-block;
    position: relative
}

.star-rate-view.star-rate-size-xs {
    background-size: 10px;
    height: 10px;
    width: 50px
}

.star-rate-view.star-rate-size-sm {
    background-size: 16px;
    height: 16px;
    width: 80px
}

.star-rate-view,
.star-rate-view.star-rate-size-md {
    background-size: 20px;
    height: 20px;
    width: 100px
}

.star-rate-view.star-rate-size-lg {
    background-size: 24px;
    height: 24px;
    width: 144px
}

.star-rate-view .star-value {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108.9 103.6'%3E%3Cg data-name='Layer 2'%3E%3Cpath fill='%23eeb461' d='m54.4 0 16.9 34.1 37.6 5.5-27.2 26.5 6.4 37.5-33.7-17.7-33.6 17.7 6.4-37.5L0 39.6l37.6-5.5z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat-x;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    background-size: inherit
}

.star-rate-view .star-value.rate-0 {
    width: 0
}

.star-rate-view .star-value.rate-5 {
    width: 10%
}

.star-rate-view .star-value.rate-10 {
    width: 20%
}

.star-rate-view .star-value.rate-15 {
    width: 30%
}

.star-rate-view .star-value.rate-20 {
    width: 40%
}

.star-rate-view .star-value.rate-25 {
    width: 50%
}

.star-rate-view .star-value.rate-30 {
    width: 60%
}

.star-rate-view .star-value.rate-35 {
    width: 70%
}

.star-rate-view .star-value.rate-40 {
    width: 80%
}

.star-rate-view .star-value.rate-45 {
    width: 90%
}

.star-rate-view .star-value.rate-50 {
    width: 100%
}