.progress-bar {
    margin: 1.5rem 0;
    background-color: #FFB912;
    border-radius: 6px;
    height: 14px;
    width: 400px;
}
.progress {
    width: 0;
    border-radius: 6px;
    height: 24px;
    text-align: right;
    position: relative;
}
.progress span {
    font-size: 14px;
    display: inline-block;
    position: absolute;
    top: -6px;
    right: 10px;
    color: white;

}

