.page-header-wrap{
  position: relative;
  z-index: 2;
  width: min(1200px, 100%);
  margin: 0 auto 18px;
  box-sizing: border-box;
}

.page-header{
  display: inline-block;
}

.page-header__title{
  margin: 0;
  font-family: "EurostileExtended", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
}

.page-header__line{
  width: 60px;
  height: 3px;
  background: #63ace8;
  margin-top: 10px;
}

.page-header__sub{
  margin-top: 6px;
  min-height: 42px;
  line-height: 1.2;
  text-align: left;
}

.page-header__sub-main{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 2px;
}

.page-header__sub-sub{
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
}