.searchBrandBox {
  display: flex;
  justify-content: center;
  background-color: #fff;
  width: 20%;
  float:left;
}
.searchBrandBox img {
  width: 124px;
  height: 70px;
  object-fit: contain;
  padding: 20px;
  display: block;
  background-color: white;
  margin: 0;
  box-sizing: content-box;
}
@media (max-width: 1024px) {
    
    .searchBrandBox {
        width: 49%;
    }
  .searchBrandBox img {
    width: 90px;
    height: 50px;
  }
}


input[type=text].brand-search-tx {
  background: url(/front/img/icons/search.svg) no-repeat left 4px center;
  background-color: rgba(0, 0, 0, 0);
  background-size: 22px;
  border: 0;
  border-bottom: 1px solid #ccc;
  width: 280px;
  border-radius: 0;
  font-size: 18px;
  color: #164194;
  font-weight: 600;
  padding-left: 30px;
}
