#mobile-nav-links::after {
    content: "";
    position: absolute;
    width: 76px;
    height: 85px;
    top: -34px;
    right: 0px;
    background-color: #fff;
    clip-path: polygon(100% 0, 0 49%, 100% 100%);
}