.list-social {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-social__item {
  display: flex;
}

.list-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}
