.kleuren-banner {
    position: relative;
    margin-top: -135px;
    z-index: 1;
}

.kleuren-banner  .wrapper {
    flex-wrap: nowrap;
    align-items: unset;
}

.kleuren-banner .wrapper > div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.kleuren-banner .groen {
    background-color: #48B800;
    border-radius: 50px 0 0 0;
    padding: 59px 58px 54px 58px;
    justify-content: center;
}
.kleuren-banner .locatie {
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
}
.kleuren-banner .title {
    font-weight: 400;
    font-size: 44px;
    line-height: 50px;
    color: #000000;
    text-transform: uppercase;
}

.kleuren-banner .zwart {
	width: auto !important;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    border-radius: 40px 0 0 0;
    padding: 36px 28px 36px 33px;
}
.kleuren-banner .zwart ul {
    flex-direction: column;
}
.kleuren-banner .zwart ul li {
    justify-content: flex-end;
    gap: 9px;
}

.kleuren-banner .zwart ul li .eigenschap {
 	text-align: right;   
}

.kleuren-banner .zwart ul li .waarde,
.kleuren-banner .zwart ul li .eigenschap {
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
	width: 180px;
}

@media screen and (max-width: 767px) {
    .kleuren-banner .wrapper {
        flex-wrap: wrap;
    }

    .kleuren-banner .wrapper .groen {
        border-radius: 30px 0 0 0;
        padding: 30px;
    }


    .kleuren-banner .locatie {
        font-size: 18px;
        line-height: 24px;
    }
    .kleuren-banner .title {
        font-size: 22px;
        line-height: 36px;
    }

    
    .kleuren-banner .zwart {
		width: 100% !important;
        justify-content: center;
        padding: 15px;
        max-width: unset;
        border-radius: 0 30px 0 0;
        padding: 23px 35px 23px 35px;
    }

    .kleuren-banner .zwart ul li {
        height: auto;
        justify-content: center;
    }

    
    .kleuren-banner .zwart ul li .eigenschap {
        text-align: right;
    }
    
    .kleuren-banner .zwart ul li .waarde,
    .kleuren-banner .zwart ul li .eigenschap {
        width: 50%;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
    }

}