.smallSocials {
    display: flex;
    flex-direction: row;
    gap: var(--ds);

    img {
        width: var(--ds3);
    }
}