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

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

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

.list-social__link {
  align-items: center;
  display: flex;
  padding: 13px;
  color: var(--color-off-white);
  border: 1px solid var(--color-off-white);
  border-radius: 50%;
  margin: 0 12.5px;
}

.list-social__link:hover {
  color: var(--color-green);
}
