body {
  background-color: #f3f3e7; /* voorbeeldkleur */
}

.custom-shape-divider-bottom-contact {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 2;
}

.custom-shape-divider-bottom-contact svg {
    position: relative;
    display: block;
    width: calc(271% + 1.3px);
    height: 337px;
}

.custom-shape-divider-bottom-contact .shape-fill {
    fill: #f3f3e7;
}
