/* Page Not Found --------------------------------------------------------------------------------------------------------*/
.page-not-found-section {
  padding: 120px 0;
  text-align: center;
  flex-grow: 1;
  align-items: center;
  display: flex;
}

.page-not-found-img {
  max-width: 400px;
  width: 100%;
  object-fit: cover;
  margin: 0 auto 30px;
}

.page-not-found-title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  padding-bottom: 20px;
}

.page-not-found-text {
  font-size: 1rem;
  line-height: 1.25rem;
  padding-bottom: 30px;
}

.page-not-found-action-btn {
  margin-bottom: 20px;
  width: 100%;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .page-not-found-action-btn {
    display: inline-flex;
    margin: 5px;
    width: auto;
  }
}

/*# sourceMappingURL=page-not-found.css.map */