.list-social {
  display: flex;
  flex-wrap: wrap;
}
.list-social__item {
	border-radius: 50%;
}
.list-social__item:hover .icon {
	fill: var(--color-base-accent-2);
}

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

.list-social__link {
  align-items: center;
  display: flex;
  padding: 1.3rem;
  border-radius: 50%;
}
.list-social__item:first-child .list-social__link {
    padding-left: 0;
}
 
