

.block-9-jobs .textWrap{
    margin-bottom: 6rem;
}

.block-9-jobs h1{
    display: inline-block;
    position: relative;
    color: var(--textColor);
}

.block-9-jobs h1:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--pink);
    -webkit-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    transition: height 0.2s ease;
    z-index: -1;
}

.block-9-jobs h1:hover:before {
    height: 100%;
}

.block-9-jobs h1:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: .6;
    z-index: -2;
}
body.light .block-9-jobs h1:after{
    background-color: var(--backgroundColor);
}


.block-9-jobs .multipleJobs .jobDescriptionWrap {
    display: none;
    margin-bottom: 4.288rem;
}

.block-9-jobs .imgWrap{
    margin-top: -7rem;
    position: relative;
    z-index: -3;
    overflow: hidden;
}

.block-9-jobs .imgWrap img{
    min-width: 1920px;
    width: 100vw;
}