
.crust-chart-wrap{
    text-align: center;
}
.crust-chart-circle{
    position: relative;
    margin: 0 auto 20px;
}

.crust-chart-circle .crust-chart-val-wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.crust-chart-circle .crust-chart-val-wrap i{
    font-style: normal;
}
