.IconWrap {
    display: flex;
    justify-content: space-evenly;
    background: #cdcdcd;
    padding: 1em;
    border-radius: 1em;
}

ul li::before, ul li:before{
    background: #000000;
}

.relatedLinks{
    height: 25em;
}

.mod-footer-copyright-group p {
    display:none
}

.ColorRelatedLinks1{
    height: 20em;
    clip-path: polygon(0 0, 100% 0, 100% 74%, 0 50%);
    width: 104.4%;
    margin-top: -21em;
}

.ColorRelatedLinks2{
    margin-top: -22em;
    height: 26em;
    clip-path: polygon(0 0, 100% 0, 116% 73%, 0 53%);
    width: 93.4%;
}