.brnd-single_header-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  margin-bottom: 10px;
}

.brnd-single_header-breadcrumbs {
  margin-bottom: 10px;
}

.brnd-single_header-share-btns {
  margin-bottom: 16px;
}

.brnd-single_header-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}


@media screen and (max-width: 600px) {
    .brnd-single_header-img {
      height: 300px;
    }
}
