/* Hide on mobile */
@media (max-width: 767px) {
  .social-icons {
    display: none !important;
  }
}