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

.list-social__link {
  align-items: center;
  display: flex;
  color: rgb(var(--color-foreground));
}

.utility-bar .list-social__link {
  padding: 0 0.8rem;
  height: 3.8rem;
}

.list-social__link:hover .icon {
  transform: scale(1.07);
}
.list-social__link .svg-wrapper {
    width: 36px;
    height: 36px;
}.list-social__item {
    margin: 0 10px 0 0;
}