.page-404 h1,
.page-404 h2,
.page-404 h3,
.page-404 h4 {
  padding: 0;
  margin: 0;
}

.page-404 {
  background-color: rgb(238, 243, 248) !important;
  height: 100vh;
}

.container-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.page-404__text-container {
  padding: 95px 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-404__title {
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 10px !important;
}

.page-404__description {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: #23272a;
}

.page-404__description a {
  color: #4e9af2;
  text-decoration: none;
}

.page-404__description a:hover {
  color: #4e9af2;
  text-decoration: underline;
}

.page-404__bottom-image-container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/*.page-404__bottom-image {
  max-height: 332px;
}
*/
@media (max-width: 767px) {
  .page-404__title {
    font-size: 26px;
  }
}
