.footer{
  background: linear-gradient(96.35deg, #050505 1.63%, #050505 6.94%, #000000 33.21%, #010001 63.54%, #463598 193.86%, #0D89FB 195%, #0DB7D2 202.64%);
  /* background: linear-gradient(108deg, #463598 -336%, #050505 83%, #463598 149%); */
}

.social-media{
  gap: 1.5rem;
}

.blue-on-hover:hover{
  color: #2C7EBB!important;
}

@media (max-width: 992px) and (min-width: 768px) {
  .social-media{
    gap: 0.25rem;
  }
}