.social-sharing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.social-sharing img {
    height: 30px;
}

}