.admin-brand img{
  width:39px;
  height:39px;
  flex:0 0 auto;
  object-fit:contain;
  filter:drop-shadow(0 0 10px rgba(0,201,141,.3));
}

.legal-brand span{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  background:transparent;
  transform:none;
}

.legal-brand img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 0 9px rgba(0,201,141,.28));
}
