.social-buttons{
    padding: 50px 0 0 0;
    height: auto;
}

@media all and (max-width:414px){

    .social-buttons{
        padding: 50px 0 25px 0;

    }

}


.article-social-button ul{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    
    
}

.article-social-button ul li{
    display: inline-block;
    vertical-align: top;
    padding-top: 0px;
    
    
    
}

.article-social-button ul li:first-child{
    width: 145px;
    
    
}

.article-social-button ul li:nth-child(2){
    padding-top: 1px;
   
}