.process-banner-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
}
.our-process{
    counter-reset: css-counter;
}
.our-process-content h2:before {
    content: counter(css-counter) ;
    counter-increment: css-counter ;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    color: #EE7455;
    position: absolute;
    top: 6px;
    left: 20px;
}
.our-process-content h2{
    position: relative;
    padding-left: 80px;
}
.our-process-content h2:after {
    content: '';
    background: linear-gradient(270deg, #EE5E55 42.09%, #EB7F64 98.89%);
    opacity: 0.1;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
.our-process-outer:nth-child(even) {
    background: linear-gradient(90deg, #344ABF 0%, #6578DC 100%);
    background: linear-gradient( 90deg, #344ABF 0%, #6578DC 100% );
}
.our-process-outer:nth-child(even) h2, .our-process-outer:nth-child(even) h5, .our-process-outer:nth-child(even) p, .our-process-outer:nth-child(even) h2:before, .our-process-outer:nth-child(even) .blue-btn{
    color: #fff;
}
.our-process-outer:nth-child(even) .blue-btn:before{
    border: 1px solid #FFF;
}
.our-process-outer:nth-child(even) h2:after{
    background: #fff;
}
.our-process-outer:nth-child(even) a.blue-btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.our-process-content ul {
    padding-left: 15px;
    color: #2E3280;
    /* font-size: 18px; */
}
.our-process-content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #666666;
    margin-bottom: 5px;
    position: relative;
}
.our-process-content ul li:last-child {
    margin-bottom: 0;
}
.our-process-content ul li::marker {
    color: #2E3280;
    font-size: 18px;
}
.our-process-content ul li strong {
    font-weight: 600;
}
.our-process-outer:nth-child(even) .our-process-content ul, .our-process-outer:nth-child(even) .our-process-content ul li {
    color: #fff;
}
.our-process-outer:nth-child(even) .our-process-content ul li::marker {
    color: #FFF;
}

@media(max-width: 767px){
    .our-process-content {
        margin-top: 80px;
    }
    .our-process-img {
        margin-top: 40px;
    }
    .process-banner-img {
        display: none;
    }
}