.page-title-box div {
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
}

.page-brand-banner {
  width: 1100px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.list-items-div .list-item {
  position: relative;
  width: 265px;
  height: 350px;
  border: 1px solid rgba(213,213,213,1);
  margin: 0 5px 50px 5px;
  overflow: hidden;
}
.list-items-div .list-item .list-item-star-price {
  bottom: 50px;
  border-bottom: 0;
}