.nos-services-project-expert:before {
    content: "";
    background: #014289;
    width: 76.8%;
}

.nos-services-project-img {
    position: absolute;
    right: 0;
    bottom: -150px;
}


@media only screen and (max-width: 1500px) {
    
    .nos-services-project-img {
        bottom: -37px;
    }
}

@media only screen and (max-width: 1024px) {

    .nos-services-project-img {
        bottom: -160px;
    }
}


@media only screen and (max-width: 768px) {
    
    .nos-services-project-expert:before {
        width: 100%;
}

.nos-services-project-img {
    bottom: -220px;
}
}



@media only screen and (max-width: 430px) {

    .nos-services-project-img {
        bottom: -80px;
    }
}