.list-social {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

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

.list-social__link {
  align-items: center;
  display: flex;
}

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