.wrap-comp-header .header-bar .header-features-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* width: 50%; */
  height: 32px;
  line-height: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-comp-header .header-bar {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #ddd;
  background-color: #f2f2f2;
}

.header-features-content>span {
  margin-left: 25px;
}

.wrap-comp-header .header-title,
.wrap-comp-header .header-title h2 {
  color: #333 !important;
  font-weight: 400 !important;
  font-size: 24px !important;
}

.wrap-comp-header .header-title {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #bbb;
  background-color: #fff;
  line-height: 60px;
}