.cj-brand .brand-mark{
  display:block;
  width:50px;
  height:50px;
  flex:0 0 50px;
  object-fit:contain;
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
  filter:drop-shadow(0 4px 4px rgba(8,77,124,.22));
}

.cj-brand>span:last-child{
  letter-spacing:-.015em;
}

@media(max-width:760px){
  .cj-brand .brand-mark{
    width:43px;
    height:43px;
    flex-basis:43px;
  }
}
