#workWithUsHighlight{
    position:relative;
    width:90%;
    margin:0 auto;
    height:auto;
    display:block;
    border-radius:5px;
    aspect-ratio: 3/1;
    object-fit: cover;
    object-position: top;
}
h1{
    position:relative;
    width:90%;
    margin:0 auto;
    margin-top: 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    max-width: 900px;
}
#working-description{
    position:relative;
    /* width:86%; */
    margin:0 auto;
    font-size: 14px;
    line-height: 20px;
    /* padding-right: 4%; */
    max-width: 900px;
}
h2{
    position:relative;
    width:90%;
    margin:0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 400;
    max-width: 900px;
}
.work-offer{
    position:relative;
    width:90%;
    margin:0 auto;
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
    max-width: 900px;
}
.work-offer img {
    position: relative;
    height: 15px;
    margin-right: 18px;
    top: 2px;
}
.work-offer:hover{
    text-decoration: underline;
}
#send-application{
    position:relative;
    width:90%;
    margin:0 auto;
    margin-top: 70px;
    margin-bottom: 100px;
    font-weight: 600;
    max-width: 900px;
    display:block;
}
@media screen and (max-width:768px){
    #workWithUsHighlight{
        width:100%;
        aspect-ratio: 3/2;
        margin-top: 20px;
    }
    h1{
        margin-top:30px;
    }
    #working-description{
        font-size:13px;
        width:90%;
        padding:0;
    }
    h2{
        margin-top:35px;
    }
    .work-offer{
        font-size:13px;
    }
    .work-offer img{
        height:10px;
        top:1px;
    }
    #send-application{
        font-size: 14px;
        line-height: 20px;
    }
}