.footer-social{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  margin-top:22px;
}
.footer-social a{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(174,190,210,.28);
  border-radius:50%;
  color:#fff;
  transition:background-color .25s ease,border-color .25s ease,transform .25s ease,color .25s ease;
}
.footer-social a:hover{
  color:#061328;
  background:#fff;
  border-color:#fff;
  transform:translateY(-3px);
}
.footer-social svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-social svg .fill{
  fill:currentColor;
  stroke:none;
}
.footer-social a>span{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
@media(max-width:520px){
  .footer-social{margin-top:18px}
  .footer-social a{width:40px;height:40px}
}
.news-media img.news-placeholder-logo{
  width:min(34%,118px);
  height:auto;
  max-height:62%;
  object-fit:contain;
  opacity:.96;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.22));
}
