@media (max-width: 768px) {
  #sidebar-social-links {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
}
}