#new_titlebox{
    background-image: url("../img/new_img/new.png");
    height: 150px;
    margin-top: 100px;
 
    background-position: center;
    background-size: cover;
    position: relative;
   

}
.new_jobs{
    
    margin-top: 30px;
}
.new_box{
    width: 100%;
    background-color: #c1f4f1;
    padding: 15px;
    height: 200px;
}
.new_des{
    position: relative;
    height: 170px;
    background-color: rgb(255, 255, 255);
}
.new_des img{
    width: 200px;
}