body.error404 {
  text-align: center !important;
}

.error-404.not-found .row {
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}
.error-404.not-found .col.medium-3 {
  text-align: center !important;
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
  padding-bottom: 0px;
}

.error-404.not-found .col.medium-3 span {
  opacity: 0.8 !important;
  background: var(--primary-color);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 900 !important;
}

.error-404.not-found .col.medium-9 {
  text-align: center !important;
  width: 100% !important;
  max-width: 600px !important;
  flex-basis: 100% !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.error-404.not-found .col.medium-9 .page-title {
  color: var(--text-black);
  box-shadow: none;
}
