.social-links {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: start;
  align-items: center;
  span {
    display: none;
  }
  svg {
    height: 30px;
    width: auto;
  }
}