.faq-page #main-wrapper,
.page-page #main-wrapper,
.dashboard-page #main-wrapper {
  background: url("/themes/custom/norca_top_front/images/mobile/m-logout_bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.faq-page #main-wrapper #content > .section,
.page-page #main-wrapper #content > .section,
.dashboard-page #main-wrapper #content > .section {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media all and (min-width: 1024px) {
  .faq-page #main-wrapper,
  .page-page #main-wrapper,
  .dashboard-page #main-wrapper {
    background-image: url("/themes/custom/norca_top_front/images/desk/d-logout_bg.jpg");
  }
  .faq-page #main-wrapper #content > .section,
  .page-page #main-wrapper #content > .section,
  .dashboard-page #main-wrapper #content > .section {
    padding: 64px 128px;
  }
}
