.about-section .col-6 .colum-img img {
    clip-path: polygon(28% 0%, 100% 0, 100% 100%, 0 100%, 0% 21%) !important;
    height: 494px;
    object-fit: cover;
}


.werkplaats-banner {
    background-image: url(../images/werkplaats-banner.jpg);
    clip-path: initial;
    position: relative;
}

.werkplaats-banner:before {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 308px;
    height: 187px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #E6A324;
}

.werkplaats-banner h1 {
    text-transform: uppercase;
}

section.about-section.about-section-two.about-werk-plaants {
    margin: 0;
    clip-path: inherit;
    padding-top: 110px;
    padding-bottom: 0;
}

section.about-section.about-section-two.about-werk-plaants:before {
    width: 308px;
    height: 187px;
}

.about-werk-plaants img {
    clip-path: polygon(21% 0%, 100% 0, 100% 100%, 0 100%, 0% 21%);
    margin-bottom: 0px;
}

.about-werk-plaants .primary-btn.bottom-btn {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
    width: 273px;
}

.about-werk-plaants .colum-img {
    position: relative;
}

.about-werk-plaants-two:before {
    display: none;
}

.about-werk-plaants-two.right-img .col-6:first-child {
    order: 2;
}

.about-werk-plaants-two.right-img .col-6:last-child .colum-content {
    padding-left: 0;
    padding-right: 100px;
}

.about-werk-plaants-two.about-w-bg {
    background: #EBEBEB;
    padding: 140px 0 100px;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}

.steps-slider h2 {
    font-size: 50px;
    color: #181E29;
    text-transform: uppercase;
    line-height: initial;
    font-weight: 600;
    margin-bottom: 40px;
}

.step-slider {
    padding-left: 8%;
}

.step-heading {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.step-heading .step-numb {
    width: 68px;
    height: 68px;
    background: #181E29;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 600;
}

.step-heading .step-title {
    min-height: 68px;
    border-bottom: 2px solid #000000;
    width: calc(100% - 100px);
    margin-left: 32px;
    font-size: 18px;
    color: #181E29;
}

.step-img img {
    max-height: 500px;
    object-fit: cover;
    object-position: top;
}

.step-slider .owl-nav {
    position: absolute;
    width: 150px;
    height: 500px;
    bottom: 0;
    right: 0;
    background: #fff;
    display: flex;
    align-items: center;
}

.step-slider .owl-nav button {
    width: 52px;
    height: 49px;
    background-color: #E6A324 !important;
    position: relative;
    left: -55px;
}

.step-slider .owl-nav button span {
    display: none;
}

.step-slider .owl-nav button:before {
    content: '';
    background-image: url(../images/slider-arrrow.svg);
    width: 32px;
    height: 31px;
    position: absolute;
    filter: brightness(0) invert(1);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.step-slider .owl-nav button.owl-prev::before {
    transform: translate(-50%, -50%) scaleX(-1);
}

.step-slider .owl-nav button.disabled {
    background: #939393 !important;
    pointer-events: none;
}

.werkplaats-bottom .row {
    background: #181E29;
    padding: 0px 0px 0px 60px;
}

.werkplaats-bottom .row .col-9 {
    width: 70%;
    padding: 35px 0 25px;
}

.werkplaats-bottom .werkplaats-bottom-content h2 {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    line-height: 65px;
    margin-top: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding-bottom: 40px;
}

.werkplaats-bottom-col-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.werkplaats-bottom-col-content p {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    width: calc(33.33% - 15px);
    line-height: 28px;
    padding-left: 40px;
    position: relative;
    padding-right: 100px;
    font-weight: 600;
}

.werkplaats-bottom-col-content p:before {
    content: '';
    background-image: url(../images/tick-arrow.png);
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

section.werkplaats-bottom {
    margin-top: 60px;
}

.werkplaats-bottom .col-3 {
    width: 30%;
}

.werkplaats-bottom-img {
    display: flex;
    width: calc(100% + 130px);
    margin-left: -130px;
}

.werkplaats-bottom .col-3 img {
    width: 100%;
    height: 397px;
    object-fit: cover;
    clip-path: polygon(48% 0, 100% 0, 100% 100%, 0% 100%);
}

.werkplaats-bottom-btn {
    width: calc(100% + 130px);
    margin-left: -130px;
}

.werkplaats-bottom-btn a {
    background: #E6A324;
    width: 100%;
    display: flex;
    height: 105px;
    align-items: center;
    justify-content: flex-end;
    padding-right: 100px;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
    font-size: 16px;
    color: #181E29;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.werkplaats-bottom-btn a:after {
    content: '';
    background-image: url(../images/primary-arrow.svg);
    width: 33px;
    height: 33px;
    margin-left: 10px;
    transition: 300ms all;
}

@media(max-width:1599px) {
    .about-section-two .col-6 .colum-content h2 {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .step-slider {
        padding-left: 7%;
    }

    .step-slider .owl-nav {
        width: 90px;
    }

    .step-slider .owl-nav button {
        left: -45px;
    }

    .werkplaats-bottom-col-content p {
        padding-right: 0;
    }

    .werkplaats-bottom .werkplaats-bottom-content h2 {
        font-size: 50px;
        line-height: 55px;
    }

    .werkplaats-bottom-img {
        width: calc(100% + 20px);
        margin-left: -20px;
    }

    .werkplaats-bottom .col-3 img {
        height: 300px;
    }

    .werkplaats-bottom-btn {
        width: calc(100% + 20px);
        margin-left: -20px;
    }

    .werkplaats-bottom-btn a {
        padding-right: 70px;
    }
}

@media(max-width:1399px) {
    section.about-section.about-section-two.about-werk-plaants:before {
        width: 188px;
        height: 137px;
    }

    section.about-section.about-section-two.about-werk-plaants {
        padding-top: 60px;
    }

    .step-slider {
        padding-left: 4%;
    }

    .step-heading .step-numb {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }

    .step-heading .step-title {
        margin-left: 20px;
        font-size: 16px;
        min-height: 50px;
        width: calc(100% - 70px);
    }

    .step-img img {
        height: 320px;
    }

    .step-slider .owl-nav {
        width: 90px;
        height: 320px;
    }

    .steps-slider h2 {
        font-size: 40px;
    }

    .werkplaats-bottom .werkplaats-bottom-content h2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .werkplaats-bottom-col-content p {
        padding-right: 0;
        font-size: 16px;
        line-height: 22px;
    }

    .werkplaats-bottom .col-3 img {
        height: 220px;
    }

    .werkplaats-bottom-btn a {
        padding-right: 40px;
    }

    .werkplaats-banner:before {
        width: 200px;
        height: 127px;
    }

}

@media(max-width:1099px) {
    .about-werk-plaants .primary-btn.bottom-btn {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 30px;
    }

    section.about-section.about-section-two.about-werk-plaants {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .about-werk-plaants-two.right-img .col-6:last-child .colum-content {
        padding-left: 0;
        padding-right: 0;
    }

    .about-werk-plaants-two.right-img .col-6:first-child {
        order: initial;
    }

    .step-slider {
        padding-left: 0;
        max-width: 600px;
        margin: 0 auto;
    }

    .step-slider .owl-nav {
        width: auto;
        height: auto;
        position: relative;
        justify-content: center;
        padding-top: 30px;
    }

    .step-slider .owl-nav button {
        left: 0;
    }

    .step-img img {
        height: auto;
    }

    .steps-slider h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .werkplaats-bottom .row .col-9 {
        width: 100%;
        padding: 25px 40px 25px;
    }

    .werkplaats-bottom .row {
        padding: 0;
    }

    .werkplaats-bottom .werkplaats-bottom-content h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    .werkplaats-bottom .col-3 {
        width: 100%;
    }

    .werkplaats-bottom-img {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .werkplaats-bottom-btn {
        width: 100%;
        margin-left: 0;
    }

    .werkplaats-bottom .col-3 img {
        height: auto;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    }

    .werkplaats-bottom-btn a {
        padding-right: 40px;
        clip-path: inherit;
    }
}

@media(max-width:767px) {
    .step-slider {
        max-width: 460px;
    }

    .werkplaats-bottom-col-content {
        flex-direction: column;
        row-gap: 20px;
    }

    .werkplaats-bottom-col-content p {
        width: 100%;
    }
}

@media(max-width:519px) {
    .about-werk-plaants .colum-img {
        text-align: center;
    }

    .werkplaats-banner:before {
        width: 100px;
        height: 60px;
    }

    section.about-section.about-section-two.about-werk-plaants:before {
        width: 100px;
        height: 90px;
    }

    .about-werk-plaants-two.about-w-bg {
        padding: 100px 0 100px;
        clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    }

    .steps-slider h2 {
        font-size: 24px;
        margin-bottom: 25px;
        text-align: center;
    }

    .step-slider {
        max-width: 100%;
        padding: 0 20px;
    }

    .werkplaats-bottom .werkplaats-bottom-content h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 25px;
        padding-bottom: 20px;
        text-align: center;
    }

    .werkplaats-bottom-btn a {
        padding-right: 0;
        clip-path: inherit;
        justify-content: center;
        height: 60px;
    }
}