.page-cont {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 320px) {
  .page-cont {
    max-width: 320px;
  }
}
@media screen and (max-width: 590px) {
  .page-cont {
    max-width: 590px;
  }
}
@media screen and (min-width: 591px) and (max-width: 792px) {
  .page-cont {
    max-width: 792px;
  }
}
@media screen and (min-width: 793px) and (max-width: 1150px) {
  .page-cont {
    max-width: 1150px;
  }
}
@media screen and (min-width: 1151px) and (max-width: 1280px) {
  .page-cont {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .page-cont {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1900px) {
  .page-cont {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1901px) {
  .page-cont {
    max-width: 1280px;
  }
}
/*# sourceMappingURL=app.css.map */