.brand-search-header{
  display:flex;
  align-items:center;
  gap:16px;
  margin: 12px 0 22px;
}

.brand-search-header__logo{
  width:84px;
  height:84px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.brand-search-header__logo img{
  width:70%;
  height:70%;
  object-fit:contain;
}

.brand-search-header__title{
  font-size:44px;
  line-height:1.1;
  margin:0;
  font-weight:800;
}
