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

.list-social__item .icon {
  height: 2.4rem;
  width: 2.4rem;
}

.list-social__link {
  align-items: center;
  display: flex;
  color: var(--white);
  opacity: 0.5;
  transition: all .2s ease;
}

.list-social__link:hover{
  opacity: 1;
}