/*****************************************/
/*            Working with us            */
/*****************************************/
.working-with-us{
    background-color: black;
    color:white;
    margin:0 -3vw;
    padding-top:2vw;
    padding-bottom: 12vw;
}

.working-with-us-inner{
    padding-inline: var(--lr-spacing-dt);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: repeat(4, 1fr); */
    grid-column-gap: 14vw;
    grid-row-gap: 2.5vw;
    margin: 0vw 3vw;
}

.working-with-us-inner div:nth-child(1){ 
    grid-area: 2 / 1 / 3 / 2;
}
.working-with-us-inner div:nth-child(3){
    grid-area: 2 / 2 / 3 / 3; 
}
.working-with-us-inner div:nth-child(2){
    grid-area: 3 / 1 / 4 / 2;
}
.working-with-us-inner div:nth-child(4){
    grid-area: 4 / 2 / 5 / 3;
}

.working-with-us-subtitles{
    margin-bottom: 1vw;
}

.Layered-Shadow{
    font-size: 13.8vw;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.Layered1{ 
    position:relative;
    grid-area: 1 / 1 / 2 / 3;
}
.Layered2{ 
    position:relative;
    grid-area: 3 / 2 / 4 / 3;
}
.Layered3{
    position:relative;
    grid-area: 4 / 1 / 5 / 2;
}


.Abl-1{
    position:absolute;
    z-index: 5;
}
.Abl-2{
    position:absolute;
    z-index: 4;
    top:-0.5vw;

    color:#747474
}
.Abl-3{
    position:absolute;
    z-index: 3;
    top:-1.2vw;

    color: #454545;
}
.Abl-4{
    position:absolute;
    z-index: 2;
    top:-1.9vw;

    color: #252525;
}
.Abl-5{
    position:absolute;
    z-index: 1;
    top:-2.8vw;

    color:#0D0D0D;
}

@media screen and (max-width: 768px) and (orientation: portrait){
    
    .Layered-Shadow{
        font-size: 16.41vw;
    }

    .working-with-us-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, 0.4fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        padding-inline: 4vw;
        padding-bottom: 10vw;
    }
    .working-with-us-inner img{
        max-height: 16vw;
        max-width: 92%;
    }
    
    .Layered1 { grid-area: 1 / 1 / 2 / 3; 
        margin-top: 5vw;
    }
    .working-with-us-inner div:nth-child(1) { grid-area: 2 / 1 / 3 / 3; 
        margin-top: 0vw;
    }
    .working-with-us-inner div:nth-child(2) { grid-area: 3 / 1 / 4 / 3; }
    .Layered2 { grid-area: 4 / 1 / 5 / 2; 
        margin-top: 8vw;
    }
    .Layered3 { grid-area: 4 / 2 / 5 / 3; 
        margin-top: 9vw;
    }
    .working-with-us-inner div:nth-child(4) { grid-area: 5 / 1 / 6 / 3;
        margin-top: 6vw;
    }
    .working-with-us-inner div:nth-child(3) { grid-area: 6 / 1 / 7 / 3; }

    .working-with-us-subtitles{
        padding-top: 8vw;
        padding-bottom: 3vw;
    }
    .working-with-us-subtitles2{
        padding-top: 4vw;
        padding-bottom: 3vw;
    }
    .working-with-us {
        padding-bottom: 0vw;
    }
    
    

    
}