#percent004 {
    padding: 50px 0;
    background: #f2f0ee;
}
#percent004 .headerCont {
    text-align: center;
}
#percent004 .headerSubtitle {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500
}
#percent004 .percentileItemCont {
    margin-bottom:0
}
#percent004 .percentileItemCont .description {
    margin-bottom:10px
}
#percent004 .barContainer {
    padding: 1rem;
}
#percent004 .progressBar {
    background-color: #e0e0e0;
    height: 30px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
#percent004 .progressFill {
    --bar-color: #E60023;
    width: 0;
    height: 100%;
    background-color: var(--bar-color);
    border-radius: 2px 0 0 2px;
    transition: width 1.5s ease-out;
}
#percent004 .progressFill.animateBar {
    width: var(--percent);
}
#percent004 .progressFill.barColor1 {
    background-color: #EDE91C;
}
#percent004 .progressFill.barColor2 {
    background-color: #9A9FB3;
}
#percent004 .progressFill.barColor3 {
    background-color: #D3332B;
}
#percent004 .barLabel {
    text-align: center;
}
#percent004 .barLabel .percent {
    font-size: 40px;
    font-weight: 800;
    line-height: 42px;
    text-transform: none;
    margin-bottom:0;
}

@media (min-width: 576px) {
    #percent004 .headerSubtitle {
        width: 66%;
        margin: 0 auto 20px auto;
    }
    #percent004 .colNum3 {margin:0 auto}
}

@media (min-width: 768px) {
    #percent004 .headerSubtitle {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (min-width: 992px) {
    #percent004 .barContainer {
        padding:30px 50px
    }
    #percent004 .barLabel .percent {
        font-size: 50px;
        line-height: 52px;
    }
}

@media (min-width: 1200px) {
    #percent004 .headerSubtitle {width:60%}
    #percent004 .colNum3 {margin:0}
}

@media (min-width: 1279px) {
    #percent004 .headerSubtitle {
        font-size: 23px;
        line-height: 32px
    }
    #percent004 .barLabel .percent {
        font-size: 58px;
        line-height: 66px
    }
}
