.handmade-pie-chart {
    text-align: center;
}

.handmade-pie-chart .handmade-pie-chart-circle {
    max-width: 189px;
    margin-left: auto;
    margin-right: auto;
}

.handmade-pie-chart .vc_pie_chart_back {
    border-width: 5px;
}

.handmade-pie-chart .vc_pie_chart_value {
    font-size: 28px;
    line-height: 1.2;
    color: #666666;
}

.handmade-pie-chart .vc_pie_chart_value i {
    font-size: 50px;
}

.handmade-pie-chart .vc_pie_chart_value img, .handmade-pie-chart .vc_pie_chart_value i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
}

.handmade-pie-chart h6 {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #1F1F1F;
    padding-top: 13px;
    margin: 0;
}

.handmade-pie-chart .vc_pie_chart_back {
    opacity: 0.1;
}
.handmade-pie-chart .vc_pie_chart_back_color_gray .vc_pie_chart_back {
    border-color: #EEEEEE !important;
    opacity: 1;
}

.handmade-pie-chart .vc_pie_chart_back_color_white .vc_pie_chart_back {
    border-color: #ffffff !important;
    opacity: 1;
}