
.desc-box-dark-bg .container-750{
    background: #212D59;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    padding: 56px 40px 56px 40px;
    margin: 0 auto 56px;
}
.desc-box-dark-bg {
    margin-top: 50px;
}

.desc-box-dark-bg img {
    margin-bottom: 24px;
}
.resume-wrapper.editor-blade{
    position: relative;
}
@media  (min-width:991px) {
    .onscroll ~ .site-container .desc-box-dark-bg h2 span::after {
        content: "";
        position: absolute;
        bottom: -7px;
        width: 100%;
        height: 6px;
        left: 0px;
        background: url(/sapp/uploads/sites/cln/theme-img/icons/green_straight_line.png);
        background-repeat: no-repeat;
    }
    
}
@media(min-width: 768px) {
    .desc-box-dark-bg h2 span {
        position: relative;
    }
    
    .resume-wrapper.editor-blade::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        max-height: 847px;
        opacity: .85;
        background: linear-gradient(182deg, #FFF 2.63%, rgba(206, 238, 255, .71) 128.92%);
        background-size: cover;
    }

}
@media(max-width: 767px) {
    

    .desc-box-dark-bg .page_content {
        margin: 0 15px;
        padding: 20px;
        border-radius: 16px;
    }
    .desc-box-dark-bg{
        margin-top: 40px;
    }
    
    .container-750 .desc p {
            text-align: left;
          
    }
    .desc-box-dark-bg .desc p{
        padding: 0 24px;
    }
     .resume-wrapper.editor-blade::before {
        content: '';
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 100%;
        max-height: 847px;
        opacity: 0.85;
        background: linear-gradient(182deg, #FFF 2.63%, rgba(206, 238, 255, 0.71) 128.92%);
        background-size: cover;
    }
    .desc-box-dark-bg {
        margin-bottom: 0;
        padding-bottom: 20px;
        position: relative;
    }
    .desc-box-dark-bg  .page_content {
        padding-left: 15px;
        padding-right: 15px;
    }
   
}