.list-social {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.list-social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--colorBlack);
}

@media all and (min-width: 992px) {
  .list-social {
    justify-content: flex-end;
    padding-right: 72px;
  }
}
