.socials {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.socials__logo {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 1024px) {
  .socials {
    gap: 48px;
  }
}
