.fa-stories-gradient {
    width: 26px;
    height: 26px;
    transform: translate(-5px, 0px);
}
.fa-stories-gradient:before {
    content: unset !important;
}
.fa-stories-gradient:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
}
.fa-facebook-square.fa-stories-gradient:after,
.fa-facebook.fa-stories-gradient:after {
    background-image: url('/img/facebook_story.png');
}

.fa-instagram.fa-stories-gradient:after {
    background-image: url('/img/instagram_story.png');
}

.reset-ul ul {
    list-style: revert;
    padding: revert;
}