.share-socials {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.share-socials-icon {
    padding: 2px;
    border-radius: 20%;
    margin : 0 2px;
}
.share_twitter_icon {
    background-color: #1DA1F2;
}
.share_facebook_icon {
    background-color: #4267B2;
}
