
  /* About page only: set the three requested main text paragraphs to 16px. */
  body.page #wrapper .walkinto-about-new .main-content > p,
  body.page #wrapper .walkinto-about-new .main-content > p.intro-text,
  body.page #wrapper .walkinto-about-new .main-content > p:last-child{
    font-size:16px!important;
  }

  body.page #wrapper .walkinto-about-new .main-content > p *{
    font-size:inherit!important;
  }
