.nill-section-separator {
	z-index: 2;
}

.nill-section-separator .section-separator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 2560/115;
    mask: url(../../img/section-separator.svg) no-repeat center/contain;
    -webkit-mask: url(../../img/section-separator.svg) no-repeat center/contain;
    margin: -1px 0;
}