.brand-banner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  height:55px;
  padding:0;
  background:#519bed;
}
.brand-main-image{
  display:block;
  width:208px;
  height:100%;
  object-fit:contain;
  object-position:left center;
}
.brand-badge-image{
  display:block;
  width:55px;
  height:100%;
  object-fit:contain;
  object-position:right center;
}
.navigation-banner{
  display:flex;
  width:100%;
  justify-content:center;
  background:#fff;
}
.navigation-banner img{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
}
