.footerSocial{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  margin-top:22px!important;
}
.footerSocial a{
  width:46px!important;
  height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.16)!important;
}
.footerSocial a:hover{
  background:#1098d6!important;
}
.footerSocial svg{
  width:23px!important;
  height:23px!important;
}
@media(max-width:768px){
  .footerSocial{
    justify-content:flex-start!important;
    margin-bottom:18px!important;
  }
}
