
  /* About page only: keep the main text blocks at 1110px, but restore the advantage cards to the previous compact two-column layout on desktop. */
  @media only screen and (min-width:1024px){
    body.page #wrapper .walkinto-about-new .advantages-section{
      width:850px!important;
      max-width:850px!important;
      margin-left:auto!important;
      margin-right:auto!important;
      box-sizing:border-box!important;
    }

    body.page #wrapper .walkinto-about-new .advantages-grid{
      width:100%!important;
      max-width:850px!important;
      margin-left:auto!important;
      margin-right:auto!important;
      display:grid!important;
      grid-template-columns:repeat(2, minmax(300px, 1fr))!important;
      gap:25px!important;
      box-sizing:border-box!important;
    }

    body.page #wrapper .walkinto-about-new .adv-item{
      width:auto!important;
      max-width:none!important;
      box-sizing:border-box!important;
    }
  }

  @media only screen and (max-width:1023px){
    body.page #wrapper .walkinto-about-new .advantages-section,
    body.page #wrapper .walkinto-about-new .advantages-grid{
      width:100%!important;
      max-width:100%!important;
      box-sizing:border-box!important;
    }

    body.page #wrapper .walkinto-about-new .advantages-grid{
      grid-template-columns:1fr!important;
    }
  }
