.flexTopTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.IT_title {
  width: 100%;
  height: 35px;
}
.IT_title .IT_title_block {
  width: 100%;
}
.IT_title .IT_title_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.IT_subhead {
  width: 100%;
  padding: 20px 0;
}
.IT_titles {
  position: relative;
  bottom: 10px;
}
