.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
}