section#diensten{
    margin: 80px 0;
}

section#diensten h2{
    margin: 0;
    color: #ffc612;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 20px;
}

section#diensten .container{
    display: flex;
    flex-wrap: wrap;
    gap: 200px;
    overflow: visible;
}

section#diensten .container .content{
    flex: 0 0 40%;
}
section#diensten .container .dienstwrapper .row img{
    width: 70px;
    height: 70px;
    object-fit: contain;
    background: #EAEAEA;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    flex: 0 0 70px;
}

section#diensten .container .dienstwrapper .row:nth-child(n+3){
    margin-top: 40px;
} 

section#diensten .container .dienstwrapper .row{
    display: flex;
    gap: 20px;
}

section#diensten .container .dienstwrapper .row h3{
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 5px;
}

section#diensten .container .dienstwrapper .row .content p{
    margin: 0;
}

section#diensten .container .dienstgalerij{
    flex: 1;
    position: relative;
}

section#diensten .container .dienstgalerij a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#diensten .container .dienstgalerij a:nth-child(1){
    width: 100%;
    height: 400px;
}

section#diensten .container .dienstgalerij a:nth-child(2){
    position: absolute;
    left: -150px;
    bottom: -50px;
    height: 300px;
    width: 70%;
    box-sizing: border-box;
    box-shadow: 0px 0px 14px 2px #00000052;
}

section#diensten .container .dienstgalerij a:nth-child(3){
    flex: 0 0 100%;
}

@media screen and (max-width: 1200px) {


    section#diensten .container .dienstwrapper{
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 1000px) {
    section#diensten h2{
        font-size: 30px;
        line-height: 30px;
    }

    section#diensten .container .content{
        flex: 0 0 100%;
        text-align: center;
    }

    section#diensten .container{
        gap: 20px;
    }

    section#diensten{
        margin: 40px 0;
    }

    section#diensten .container .dienstgalerij a:nth-child(2){
        position: static;
        width: 100%;
        height: 400px;
    }
    section#diensten .container{
        gap: 40px;
    }

    section#diensten .container .dienstgalerij a{
        height: 200px!important;
    }
}