.footer-socials{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin-top:10px!important;
}
.footer-socials .social-icon{
  width:38px!important;
  height:38px!important;
  display:inline-grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.07)!important;
  color:#fff!important;
  transition:transform .25s ease,background .25s ease,border-color .25s ease!important;
}
.footer-socials .social-icon:hover{
  transform:translateY(-3px)!important;
  border-color:#ff6500!important;
  background:#ff6500!important;
}
.footer-socials svg{
  width:19px!important;
  height:19px!important;
  display:block!important;
  fill:currentColor!important;
}
@media(max-width:580px){
  .footer-socials .social-icon{
    width:36px!important;
    height:36px!important;
  }
}
