.socialLinks{
    display: flex;
}

.socialLinkItem{
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    text-decoration: none;
    margin-left: 12px;
}

.socialLinkItem img{
    display: block;
    width: 100%;
}
