.list-social {
  display: flex;
  flex-wrap: wrap;
  gap: max(2vw,30px);
}
a.link.list-social__link {
  color: white;
  display: flex;
  height: max(1.1vw,16px);
  width: auto;
}
a.link.list-social__link svg {
  width: auto;
  height: 100%;
}