.container-wrap {
  padding: 80px 0;
  text-align: center;
  color: #212121;
  background: #fff;
  min-height: 335px;
  height: calc(100vh - 596px);
}
@media screen and (max-width: 575px) {
  .container-wrap {
    height: auto;
  }
}
.container-wrap h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
  .container-wrap h4 {
    font-size: 20px;
  }
}
.container-wrap p {
  font-size: 20px;
}
@media screen and (max-width: 575px) {
  .container-wrap p {
    font-size: 16px;
  }
}
.container-wrap .btn {
  width: 168px;
  height: 48px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
}/*# sourceMappingURL=pagenotfound.css.map */