.share-icons {
    list-style: none;
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}
.share-icons li {
    margin: 8px;
    font-size: 0.6em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    color: #828282;
    line-height: 2.1;
}
.share-icons li:nth-child(2) {
    background: url(../images/icons/share-whatsapp.svg) no-repeat;
    text-indent: -9999px;
    width: 28px;
    height: 28px;
}
.share-icons li:nth-child(3) {
    background: url(../images/icons/share-facebook.svg) no-repeat;
    text-indent: -9999px;
    width: 28px;
    height: 28px;
}
.share-icons li a {
    display: block;
}