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

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

.list-social__item .icon {
  height: 2.2rem;
  width: 2.2rem;
}


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