.list-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: flex-start !important;
}

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

.list-social__link {
  align-items: center;
  display: flex;
  color: rgb(var(--color-foreground));
  transition: all 0.3s ease;
}

.list-social__link:hover {
  color: #E82B21;  
}