
  /* About page title only: centered title with thin side lines, like the provided reference. */
  body.page #wrapper .walkinto-about-new .header{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100vw!important;
    max-width:none!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
    gap:82px!important;
    text-align:center!important;
  }

  body.page #wrapper .walkinto-about-new .header::before,
  body.page #wrapper .walkinto-about-new .header::after{
    content:""!important;
    display:block!important;
    flex:1 1 auto!important;
    height:0!important;
    border-top:1px dotted #9b9b9b!important;
  }

  body.page #wrapper .walkinto-about-new .header h1{
    flex:0 0 auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-bottom:none!important;
    color:#969696!important;
    font-size:34px!important;
    line-height:1.1!important;
    font-weight:400!important;
    letter-spacing:2px!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
  }

  @media only screen and (max-width:1023px){
    body.page #wrapper .walkinto-about-new .header{
      width:100%!important;
      max-width:100%!important;
      margin-left:auto!important;
      margin-right:auto!important;
      gap:18px!important;
      padding-left:0!important;
      padding-right:0!important;
    }

    body.page #wrapper .walkinto-about-new .header h1{
      font-size:26px!important;
      letter-spacing:1.5px!important;
    }
  }
