
.mightytek-circle-chart {
    display: block;
    align-items: center;
    justify-content: center;
}
.mightytek-circle-chart .mightytek-title-box {
    margin-top: 26px;
    text-align: center;
}

.mightytek-circle-chart .circleChart_text{
    font-size: var(--font-size-h5) !important;
    font-weight: var( --font-weight-h5)!important;
    color: var(--color-theme-secondary);
    font-family: var(--global-font-line-height)!important;
}
.mightytek-circle-chart .mightytek-subtitle:before{
    display: none;
}
.mightytek-circle-chart .mightytek-subtitle{
    color: var(--color-theme-orange);
    padding-left: 0;
}
.mightytek-circle-chart .mightytek-subtitle{
    margin-bottom: 0;
    font-size: var(--font-size-normal);
}

.mightytek-circle-chart .mightytek-title.mightytek-heading-title{
    color: var(--color-theme-white);
}

@media(max-width: 767px){
    .mightytek-circle-chart {
        align-items: center;
        justify-content: left;
    } 
}
