
  /* About title only: remove the lower long line and make the title slightly smaller. */
  body.page #wrapper .walkinto-about-new .header,
  body.page #wrapper .walkinto-about-new .header h1{
    border-bottom:none!important;
    box-shadow:none!important;
    background-image:none!important;
  }

  body.page #wrapper .walkinto-about-new .header h1::before,
  body.page #wrapper .walkinto-about-new .header h1::after{
    display:none!important;
    content:none!important;
    border:0!important;
    box-shadow:none!important;
    background:none!important;
  }

  body.page #wrapper .walkinto-about-new .header h1{
    font-size:31px!important;
    line-height:1.08!important;
  }

  @media only screen and (max-width:1023px){
    body.page #wrapper .walkinto-about-new .header h1{
      font-size:24px!important;
    }
  }
