.header-banner{
   position: relative;
   display: block;
}
.header-banner::before{
   background: linear-gradient(to right,white 0%,rgba(255,255,255,0.31) 100%);
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.header-banner-inner.contain{
   display: flex;
   align-items: center;
   height: 500px;
   background-position: center center!important;
   background-repeat: no-repeat!important;
   background-size: contain!important;
   padding: 80px 0;
}
.header-banner-inner.cover{
   display: flex;
   align-items: center;
   height: 500px;
   background-position: inherit!important;
   background-repeat: no-repeat!important;
   background-size: cover!important;
   padding: 80px 0;
}
.page-title{
   width: 100%;
   color:#000000;
   position: relative;
   word-wrap: break-word;
   margin-bottom: 0;
   font-weight: 600;
   font-size: 2.6rem;
   padding-bottom: 15px;
}
.page-subtitle{
   width: 100%;
   color:#000000;
   position: relative;
   word-wrap: break-word;
   font-size: 1.2rem;
}