.mainWrap {
  background: #ffffff;
  padding: 25px;
  border-radius: 4px;
  margin: 2.5rem auto;
}
.mainWrap .page-title-wrapper .page-title {
  color: #000000;
}
.path-frontpage {
  background-image: url("/themes/gate/front/plan_front/images/mobile/m-home_bg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.path-frontpage #slider-wrapper {
  padding: 4rem 0;
}
.path-frontpage #main-wrapper #content {
  padding: 4rem 0;
}
.path-frontpage .featured_bottom_first {
  padding: 4rem 0;
}
.path-frontpage .featured_bottom_third .row {
  justify-content: center;
}
@media all and (min-width: 1024px) {
  .path-frontpage {
    background-image: url("/themes/gate/front/plan_front/images/desk/d-home_bg");
  }
}
