.list-social {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: flex-start;
    flex-direction: row-reverse;
}