.progress-bar-area {
    &.bg-image {
        position: relative;
        z-index: 0;
        &::before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, #ebeff5 40%, rgba(255, 0, 0, 0) 100%);
            z-index: -1;
        }
    }
}