#tempPageHeaderWrapper{
  height: auto;
  margin-top: 120px;
  height: auto;
  background: none;
  color: #000;
}
#pageTitleWrapper{
  height: auto;
}
#pageTitleWrapper .container{
  padding: 30px 0;
}
#temp .container:first-of-type{
  padding-top: 0;
}
footer:before{
  content: none;
}
.p-page-ttl{
  /* margin-bottom: 10px!important; */
  font-size: 35px!important;
  line-height: 1.57!important;
  font-weight: bold!important;
  color: #000!important;
}

@media screen and (max-width: 900px){
  #tempPageHeaderWrapper{
    margin-top: 60px;
  }
}

@media screen and (max-width: 800px) {
  #tempPageHeaderWrapper{
    margin-top: 60px;
    margin-bottom: 0;
  }
  #pageTitleWrapper .container{
    height: auto;
    padding: 15px 5%;
  }
  .p-page-ttl{
    /* margin-bottom: 20px!important; */
    font-size: 22px!important;
    line-height: 1.36!important;
  }

}
