
.fa-twitter::before {
    content: "";
    display: inline-block;
    background-image: url("/images/x-twitter.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    vertical-align: middle;
}
