.page-node-type-page,
.page-node-type-faq {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/themes/zf_gift_front/images/mobile/m-cms_bg.jpg");
  color: #ffffff;
}
.page-node-type-page #main,
.page-node-type-faq #main {
  background: #ffffff;
  padding: 50px;
  max-width: 1140px;
  margin: 5rem auto;
  color: #001024;
}
.page-node-type-page #main h1.page-title,
.page-node-type-faq #main h1.page-title {
  color: #001024;
  text-align: left;
  margin-bottom: 3rem;
}
.page-node-type-page #main h1.page-title::after,
.page-node-type-faq #main h1.page-title::after {
  display: block;
  content: "";
  width: 60px;
  height: 4px;
  border-radius: 4px;
  background: #1179bf;
}
@media all and (min-width: 768px) {
  .page-node-type-page,
  .page-node-type-faq {
    background-image: url("/themes/zf_gift_front/images/desk/d-cms_bg.jpg");
  }
}
@media all and (min-width: 1024px) {
  .page-node-type-page #main,
  .page-node-type-faq #main {
    padding: 50px 150px;
  }
}
