.reviews-statistic {
    border-radius: 10px;
    background: #F2F8FF;
    display: flex;
    padding: 1.5rem 1rem;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    font-size: 18px;
}

.reviews-count {
    background: #11A0DB;
    display: flex;
    padding: 10px 28px;
    align-items: center;
    white-space: nowrap;
}

.reviews-count span:first-child {
    font-size: 28px;
}

.reviews-count span:not(:last-child):not(:first-child) {
    font-size: 25px;
}