.footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  margin-top:14px;
}
.footer-socials a{
  font-size:11px;
  line-height:1.5;
  color:inherit;
  text-decoration:none;
  border-bottom:1px solid rgba(54,47,40,.3);
  padding-bottom:2px;
}
.footer-socials a:hover{
  border-color:currentColor;
}
@media(max-width:767px){
  .footer-socials{margin-top:12px}
}