.list-social {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
}

.list-social__link {
  background: none;
  align-items: center;
  justify-content: center;
  display: flex;
}

.list-social__link .icon {
  margin: 0;
}
