
  /* About page text width only: desktop fixed at 1110px, mobile fluid with comfortable side spacing. */
  @media only screen and (min-width:1024px){
    body.page #wrapper .walkinto-about-new .container,
    body.page #wrapper .walkinto-about-new .header,
    body.page #wrapper .walkinto-about-new .main-content,
    body.page #wrapper .walkinto-about-new .footer-note{
      width:1110px!important;
      max-width:1110px!important;
      box-sizing:border-box!important;
      margin-left:auto!important;
      margin-right:auto!important;
    }
  }

  @media only screen and (max-width:1023px){
    body.page #wrapper .walkinto-about-new{
      padding-left:16px!important;
      padding-right:16px!important;
      box-sizing:border-box!important;
    }

    body.page #wrapper .walkinto-about-new .container,
    body.page #wrapper .walkinto-about-new .header,
    body.page #wrapper .walkinto-about-new .main-content,
    body.page #wrapper .walkinto-about-new .advantages-section,
    body.page #wrapper .walkinto-about-new .footer-note{
      width:auto!important;
      max-width:100%!important;
      box-sizing:border-box!important;
      margin-left:auto!important;
      margin-right:auto!important;
    }

    body.page #wrapper .walkinto-about-new .advantages-grid{
      width:100%!important;
      max-width:100%!important;
      box-sizing:border-box!important;
    }
  }
