#job{
    background-image: url("../img/job_img/job.png");
    height: 100vh;
    width: 100%;  
   
    background-position: center;
    background-size: cover;
    padding-top: 82px;
    position: relative;

}
@media (max-width: 767px) {
    #job {
      height: 100%;
    }

  }
.job_title{
    position: absolute;
    top: 12%;
  
}
.job_title img{
    width: 60%;   
    margin-bottom: 25px;
}
.job_title h4{
   letter-spacing: 3px;
}
.job_jobs >div{
    margin-top: 1rem;
}
.job_row >div{
    margin-top: 1rem;
    background-color: red;

}
.job_jobs{
    
    margin-top: 120px;
}
.job_box{
    width: 100%;
    background-color: #c1f4f1;
    padding: 15px;
    height: 180px;
}
.job_des{
    position: relative;
    height: 150px;
    background-color: rgb(255, 255, 255);
}
.job_Titles{
    position: absolute;
    top: 20px;
    left:30px ;
    

}
.job_des img{
    position: absolute;
    top: 20px;
    left: 5px;
    width: 25px;

    /* background-color: red; */
   
   
}
.job_Salary{
    position: absolute;
    top:20px ;
    right: 30px;
    color: #fda83a;

}
.job_Requirements{
    position: absolute;
    top: 60px;
    left:30px ;

}
.job_Location{
    position: absolute;
    top: 100px;
    left: 30px;

}