.share_buttons {
    display: flex;
    width: fit-content;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.share_buttons .share_button {
    border: 1px solid #E4E7E9;
    display: block;
    width: 100px;
    height: 50px;
    margin: 2px;
    background-color: transparent;
    padding: 0;
    cursor: pointer;

}
.share_buttons .share_button[href *= "linkedin.com"] {
    background-image: url(../png/s-1.png) !important;
}
.share_buttons .share_button[href *= "facebook.com"] {
    background-image: url(../png/s-2.png) !important;
}
.share_buttons .share_button[href *= "twitter.com"] {
    background-image: url(../png/s-3.png) !important;
}
.share_buttons .share_button[href *= "whatsapp.com"] {
    background-image: url(../png/s-4.png) !important;
}
.share_buttons .share_button[href *= "mailto:"] {
    background-image: url(../png/s-5.png) !important;
}
.share_buttons .share_button[onclick] {
    background-image: url(../png/s-6.png) !important;
}