/* /public_html/v2/css/layout.css */

.page-wrap{
  width:100%;
  overflow-x:hidden; /* extra protection */
}

.section{
  width:min(1180px,92vw);
  margin:0 auto;
  padding:40px 18px;
}

.rule{
  height:1px;
  background:rgba(8,26,51,.12);
  margin:22px 0;
}
