.shariff-button a::before, .share-icon a::before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background: no-repeat center center;
    background-size: contain;
}

.shariff-button.twitter a::before {
    background-image: url(ico_twitter_green.svg);
}

.shariff-button.facebook a::before {
    background-image: url(ico_facebook_green.svg);
}

.shariff-button.mail a::before {
    background-image: url(ico_mail_green.svg);
}

.shariff-button.whatsapp a::before {
    background-image: url(ico_whatsapp_green.svg);
}

.shariff-button.linkedin a::before {
    background-image: url(ico_linkedin_green.svg);
}

.share-icon .instagram::before {
    background-image: url(ico_insta_green.svg);
}