.cons_light_copyright {
    color: #000;
}
.hl-border {
    background-color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 3;
    word-break: break-word;
   clip-path: polygon(0% 0%, 85% 0%, 100.00% 55%, 85% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 43%, 85% 85%, 0% 85%);
    border-radius: 0 0 20 50;
    padding: 2em;
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    padding-right: 4em;
    top: -40px;
    padding-top: calc(2em + 20px);
    border-radius: 20px;
    padding-bottom: calc(2em + 20px);
}