<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: 30px;
  width: 30px;
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: .8rem;
  color: #adb95e;
}

.list-social__link:hover .icon {
  transform: scale(1.07);
}
</pre></body></html>