.list-social {
  margin: 2rem 0;
  display: flex;
  justify-content: space-between;
}

.list-social__item {
  height: 30px;
  width: 30px;
  margin-right: 2rem;
}

.list-social__link {
  height:100%;
  width: 100%;
  color: rgb(var(--color-white));
  display: flex;
  align-items: center;
  justify-content: center;
}

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