.faq-page #main-wrapper,
.page-page #main-wrapper,
.dashboard-page #main-wrapper {
  background: url("/themes/custom/autolia_top_front/images/mobile/m-cms_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 {
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
body.page-node-nid-815 #page {
  background-image: url("/themes/custom/autolia_top_front/images/mobile/m-list-top-operations_bg.jpg");
}
body.page-node-nid-815 #page .page-title {
  background: #ffffff;
  color: #e74011;
  display: block;
  border-radius: 40px;
  padding: 8px 64px;
  width: max-content;
  margin: auto;
  text-transform: uppercase;
  line-height: 1;
}
body.page-node-nid-8 #page {
  background-image: url("/themes/custom/autolia_top_front/images/mobile/m-404_bg.jpg");
}
body.page-node-nid-9 #page {
  background-image: url("/themes/custom/autolia_top_front/images/mobile/m-403_bg.jpg");
}
@media all and (min-width: 1024px) {
  .faq-page #main-wrapper,
  .page-page #main-wrapper,
  .dashboard-page #main-wrapper {
    background-image: url("/themes/custom/autolia_top_front/images/desk/d-cms_bg.jpg");
  }
  body.page-node-nid-815 #page {
    background-image: url("/themes/custom/autolia_top_front/images/desk/d-list-top-operations_bg.jpg");
  }
  body.page-node-nid-8 #page {
    background-image: url("/themes/custom/autolia_top_front/images/desk/d-404_bg.jpg");
  }
  body.page-node-nid-9 #page {
    background-image: url("/themes/custom/autolia_top_front/images/desk/d-403_bg.jpg");
  }
}
