.stat-item {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.stat-item__title {
    color: white;
    opacity: 50%;
}

.stat-item__value {
    color: white;
}

.stat-item__text {
    font-size: 16px;
}
