.social-share {
    display: flex;
    gap: 8px
}

.social-share a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    transition: all 0.3s;
}

.social-share a img {
    width: 100%;
    height: auto;
}