.wpb-percentage-bar-wrapper {
    display: flex;
    gap: 20px;
}
.wpb-percentage-bar {
    position: relative;
    width: 75%;
    height: 40px;
    background-color: #ffffff;
    border-radius: 25px;
    overflow: hidden;
}
.wpb-percentage-fill {
    height: 100%;
    background-color: #0ab8c6;
    border-radius: 25px 25px 25px 25px;
    transition: width 0.5s ease-in-out;
}
.wpb-percentage-text {
    font-size: 32px;
    color: #ffffff;
}