.post-sharing-2 {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 28px;
}

.post-sharing-2 .blog-social-2 a {
    color: #222;
    margin-right: 53px;
    font-weight: 500;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.post-sharing-2 .blog-social-2 a i {
    margin-right: 10px;
    vertical-align: baseline;
    font-size: 14px;
}

.blog-post .post-sharing.post-sharing-2 {
    margin: 0;
    float: none;
}

@media(max-width:1200px) {

    .blog-inner .post-sharing-2 .blog-social-2 a {
        margin-right: 18px;
    }
}