.social-link {
  transition: color 0.3s ease, transform 0.3s ease;
}
.social-link.facebook:hover {
  color: #1877f2 !important;
  transform: scale(1.2);
}
.social-link.instagram:hover {
  color: #e1306c !important;
  transform: scale(1.2);
}
