.social {
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}

@media (min-width: 1367px) {
  .social {
    gap: 15px;
  }
}