.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 0 !important;
}

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

.list-social__item .icon {
  height: 2.2rem;
  width: 2.2rem;
  fill: rgb(var(--color-foreground));
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: 1.1rem;
  color: rgb(var(--color-foreground));
}
.list-social__link.link svg.icon path{
  fill: rgba(var(--color-foreground));
}

.utility-bar .list-social__link {
  padding: 0 0.5rem;
  height: 1.8rem;
}
.utility-bar .list-social__item .icon {
  height: 1.8rem;
  width: 1.8rem;
}