.ContentRequirements a:not([href]) {
    /* Styles for anchors without href */
    text-decoration: none;
    color: #44484d;
    pointer-events: initial;
}

.ContentRequirements a:not([href]):hover {
    text-decoration: none;
    color: #44484d;
}

#socialIcons {
    list-style-type: none;
}