.list-social {
  display: flex;
  flex-wrap: wrap;
}
.list-social__item {
	display: inline-block;
    margin-right: 5px;
}
.list-social__item .icon {
  height: 16px;
  width: 16px;
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: 1rem 2rem 0 0;
}

@media only screen and (max-width: 989px) {
  .list-social {
    justify-content: center;
  }
}

