.ct-page-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10em 5em 14em 5em;
}
.ct-page-404 .title {
  color: #f58400;
  font-weight: bold;
  font-size: 2em;
  padding-top: 2em;
  padding-bottom: 1em;
  text-align: center;
}
.ct-page-404 .caption {
  font-size: 1.5em;
  padding-bottom: 1em;
  text-align: center;
}
.ct-page-404 .logo {
  width: 400px;
  max-width: calc(100vw - 10em);
}