.socials {
  display: none;
}



@media (min-width: 1200px) {
  .socials {
    position: fixed;
    left: 1%;
    top: 310px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 100000000;
  }

  .socials img {
    height: 23px;
  }
}

@media (min-width: 1400px) {
  .socials {
    left: 3%;
  }
}

@media (min-width: 1500px) {
  .socials {
    left: 5%;
  }
}