.slice-wrapper {
    display: grid;
    place-content: center;
}
.slice-wrapper > h2 {
    grid-area: 1/1/-1/-1;
}
.slice-top {
    clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
}
.slice-bottom {
    clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
    background: linear-gradient(179deg, #000 53%, #fff 65%);
    background-clip: text;
    -webkit-background-clip: text;
    transform: translateX(-0.02em);
    color: transparent;
}