.solarsun_progress.circle_progress_area {
    padding: 0 0 80px!important;
}
.solarsun_progress .witr_circle_area {
    text-align: center;
    margin-bottom: 30px;
}
.solarsun_progress .witr_cp_class {
    position: relative;
}
.solarsun_progress span.witr_cir_text {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    font-size: 30px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: 700;
    font-family: var(--title-font-family);
    color: var(--color-primary);
}
.solarsun_progress .witr_circle_title {
    margin-top: 10px;
}
.solarsun_progress .witr_circle_title h3 {
    color: var(--title-text-color);
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font-family);
}