.reviews-statistic {
    border-radius: 10px;
    background: #F2F8FF;
    display: flex;
    padding: 1.5rem 1rem;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    /* font-size: 20px; */
}

.reviews-count {
    background: #d4eee3;
    display: flex;
    padding: 5px 14px;
    align-items: center;
    white-space: nowrap;
    color: #26a974;
}

.reviews-count span:first-child {
    /* font-size: 32px; */
}

.reviews-count span:not(:last-child):not(:first-child) {
    font-size: 25px;
}