.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

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

.list-menu__link {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
  color: var(--color-white);
  margin-bottom: 0.75rem;
}

.list-social__item:last-of-type .list-menu__link {
  margin-bottom: 0;
}

.list-menu__link::before,
.list-menu__link::after {
  background: var(--color-white);
}
