.chart-number {
    display: inline-block;
    position: relative;
    position: relative;
}
/*.chart-number::before {*/
/*    content: attr(data-score);*/
/*    position: absolute;*/
/*    font-size: 60px;*/
/*    font-weight: 800;*/
/*    bottom: 20px;*/
/*    right: 50%;*/
/*    transform: translate(50%)*/

/*}*/
.chart-number::after {
    content: attr(data-title);
    position: absolute;
    font-size: 26px;
    bottom: -40px;
    right: 50%;
    transform: translate(50%);
    background: transparent;
    padding: 5px;
    border-radius: 16px;
    color: #444;
    width: 290px;
    text-align: center;
    font-weight: 700;
}
.chart-number .v {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 70px;
    position: absolute;
    bottom: 10px;
    flex-direction: row-reverse;
    font-weight: 800;
}
.chart-number .v .symbol {
    font-weight: 400;
    font-size: 30px;
    position: relative;
    bottom: -36px;
    right: -5px;
}
