
.cj-brand-logo-wrap{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}
.cj-brand-logo{
  height:50px;
  width:auto;
  max-width:260px;
  object-fit:contain;
  display:block;
}
.cj-brand-logo-icon{
  height:42px;
  width:42px;
  border-radius:12px;
  object-fit:contain;
}
@media(max-width:700px){
  .cj-brand-logo{height:42px;max-width:210px;}
}
