.footer_new .socials {
    margin-top: auto;
}
.socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}
.socials__link {
    display: block;
    line-height: 1;
}
.socials__link svg {
    width: auto;
    height: 24px;
    display: block;
}