.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.list-social__item .icon {
  height: 2.2rem;
  width: 2.2rem;
  fill: #ffffff;
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: 1rem;
  color: #ffffff;
}

.list-social__item:first-of-type .list-social__link {
  padding-left: 0;
}


.list-social__link:hover .icon {
  transform: scale(1.10);
}
