.list-social {
  display: flex;
  flex-wrap: wrap;
}

.list-social  .list-social__item:not(:last-child) {
  margin-right: 10px;
}

.list-social__item .icon {
  height: 14px;
  width: 14px;
}

.list-social__link {
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #E5EDFB;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

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