.blog-share-posts-block .social-shares .share-posts-para {
    font-weight: 600;
    color: var(--black);
    padding-right: 15px;
}
.blog-share-posts-block .social-shares .button.social {
    background: #D8D8D8;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0px;
}
.blog-share-posts-block .social-shares .button.social > img {
    width: 18px;
    height: 18px;
    margin: auto;
}
.blog-share-posts-block .border-bottom {
    border-color: #707070;
}
