.nr-background-div {
    min-height: 300px;
    padding:4px;
}

.nr-content-div {
    background-color: white;
    min-height: 292px;
    -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0 100%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    position: relative;
    padding: 1rem 6rem 1rem 1rem;
    line-height: 2.15rem;
}

.nr-link-box-subline {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
}

.nr-link-box-headline {
    color: black;
    font-family: "bitter", serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 900;
    text-align: left;
}

.nr-content-div svg {
    position: absolute;
    top: 0px;
    right: -12px;
}