.social-share .small-label {margin-right: 1em;}
.social-share .btn {width: 2.5em; height: 2.5em; padding: 0; margin-right: 1em; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center; }
.social-share .btn:last-child {margin-right: 0;}

@media (max-width:38em){
    .social-share .btn{width: 3em; height: 3em;}
}