[data-circle]{
    height: 80px;
}
.foreground-circle{
    fill:none;
    stroke:#ff9619;
    stroke-width: 8;
}
.foreground-circle-without-stroke-color{fill:none}
.background-circle{
    fill:none;
    stroke:#999;
    stroke-width: 3;
}
.circle-text{
    /* color:#333;
    font-size:1.25rem;
    font-weight: 600; */
    color: #333;
    font-size: 1.25rem;
    height: 100px;
    font-weight: 600;
    line-height: 3;
    margin-top: 58px;
    position: absolute;
    top: 58px;
    padding-top: 62px;
    bottom: 52px;
}
.circle-container{
    overflow:visible;
    width: 75%;
}
.point-circle{fill:#f0f8ff}
.circle-icon.fa{font-size:30px;fill:#000}