.social-links-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .social-links-wrapper {
    justify-content: inherit;
  }
}
.social-links-wrapper .social-links ul {
  list-style-type: none;
}
