.brand-logo{
  display:block;
  width:40px;
  height:40px;
  object-fit:contain;
  flex:0 0 auto;
  filter:drop-shadow(0 0 12px rgba(66,116,245,.32));
}

@media(max-width:600px){
  .brand-logo{width:38px;height:38px}
}
