#greetings{
    width: 100%;
    height: 100vh;
    min-height: 400px;
    max-height: 768px;
    background: url("../Assets/Job/Landing.jpg");
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
    background-position: 54%;
}

.partner{
    border: 2px solid rgba(37, 53, 70, 0.511);
    min-height: 100px;
    height: 100px;
}

.partner img{
    max-height: 90px;
    max-width: 100%;
}

.partner:hover{
    transition: 0.1s;
    transform: scale(1.06);
}

.d-p{
    width: 100%;
    height: 100%;
    background: url("../Assets/Job/decor_p.png");
    object-fit: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.documentation{
    /* background: blue; */
    height: 240px;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
    background-position: 50%;
}

.documentation div{
    background: #132131a3;
}

.documentation:hover .op-0-transit{
    opacity: 1;
    transition: .2s;
}

.op-0-transit{
    opacity: 0;
    transition: .2s;
}