*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

.job-inner{
    width: 100%;
    height: 40rem;
    position: relative;
}
.job-img{
    width: 100%;
    height: 100%;
}
.job-img img{
    height: 100%;
    width: 100%;
}
.job-title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(87,87,87);
    background: linear-gradient(90deg, rgba(87,87,87,0.17970938375350143) 100%, rgba(87,87,87,1) 100%, rgba(87,87,87,1) 100%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
}

.job-head-title h2{
    font-size: 4rem;
    color: #fff;
}

.job-head-title h4{
    font-size: 1.5rem;
    margin-top: 1rem;
    line-height: 2.2rem;
    color: #fff;
    margin-bottom: 1rem;
}
.job-head-title span{
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}

.job-head-title h5{
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem;
}