.vc-text-with-progressbar{
    background: #F5F5F5; position: relative; z-index: 1; padding: 100px 0;
}
.vc-text-with-progressbar::before{
    width: 40%; height: 100%; background: #00213C; position: absolute; right: 0px; top:0; content:""; clip-path: polygon(100% 0, 0% 100%, 100% 100%); z-index: -1;
}
.vc-text-with-progressbar .vc-text-with-progressbar-wrapper{ max-width: 1390px; width:80%; margin: auto; }

.vc-text-with-progressbar .vc-text-image-element{
    position: absolute; right: 0px; top:0px; width: 50%;  height: 100%; 
}

.vc-text-with-progressbar .vc-text-image-element img{  position: absolute; right: 10%; top: 0; width: 100%; height: 100%; object-fit: contain; object-position: right; }
.vc-text-with-progressbar .vc-text-with-progressbar-inner{ max-width: 635px; }
.vc-text-with-progressbar .progress{ height: 10px; background: #FF0000; }
.vc-text-with-progressbar .item--text{
    color: rgba(0, 52, 97, 0.8);
    font-size: 16px;
    font-family: 'Helvetica-Neue-Regular';
    line-height: 1.8;
    font-weight: 400;
    margin-top: 3px;
}
.vc-text-with-progressbar .progress-content-item{
    margin-bottom: 10px;
}

@media (max-width:767px){
    .vc-text-with-progressbar .vc-text-image-element{
        position: inherit;
        margin-bottom: 20px;
        width: 100%;
    }
    .vc-text-with-progressbar .vc-text-image-element img{
        position: inherit;
    }
    .vc-text-with-progressbar::before{ display: none; }
}
