#content.page_notfound {
  background: #F9F9FA; }
  #content.page_notfound .ib {
    padding-top: 50px; }
    #content.page_notfound .ib h2 {
      font-size: 40px;
      text-align: center; }
    #content.page_notfound .ib p {
      text-align: center; }
    #content.page_notfound .ib .buttons {
      width: 488px;
      margin: 40px auto;
      justify-content: space-between;
      flex-wrap: wrap;
      display: flex; }
      #content.page_notfound .ib .buttons.center {
        justify-content: center; }

@media(max-width:600px) {
  #content.page_notfound {
    background: #F9F9FA;
    padding-top: 0; }
    #content.page_notfound .ib {
      padding-top: 50px;
      padding: 100px 25px 25px; }
      #content.page_notfound .ib h2 {
        font-size: 24px;
        text-align: center; }
      #content.page_notfound .ib p {
        text-align: left; }
      #content.page_notfound .ib .buttons {
        width: 100%;
        justify-content: center; }
        #content.page_notfound .ib .buttons a {
          margin-bottom: 15px; }
    #content.page_notfound .top_contact {
      margin-top: 0; } }

/*# sourceMappingURL=maintain.css.map */
