.shariff-button a::before, .share-icon a::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: no-repeat center center;
    background-size: contain;
}

.shariff-button.twitter a::before {
    background-image: url(ico_twitter.svg);
}

.shariff-button.facebook a::before {
    background-image: url(ico_facebook.svg);
}

.shariff-button.mail a::before {
    background-image: url(ico_mail.svg);
}

.shariff-button.whatsapp a::before {
    background-image: url(ico_whatsapp.svg);
}

.shariff-button.linkedin a::before {
    background-image: url(ico_linkedin.svg);
}

.share-icon .instagram::before {
    background-image: url(ico_insta.svg);
}