.error404.container {
  max-width: 1400px;
}
.error404 .search-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 155px;
}
.error404 .search-wrapper input {
  border: 2px solid #000000;
  height: 56px;
  max-width: 550px;
  background-image: url("../Custom/img/search-gray-small.png");
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 18px;
  font-size: 1em;
  border-radius: 2px;
}
.error404 .search-wrapper input:focus {
  border-color: #e61930;
  box-shadow: none;
}
.error404 .search-wrapper #error-search-container {
  position: absolute;
  width: 100%;
  z-index: 1;
  max-width: 550px;
  top: 100%;
  text-align: left;
}
.error404 .link {
  text-decoration: underline;
  word-break: break-all;
  font-weight: 600;
}
.error404 .error-img {
  width: 400px;
  max-width: 100%;
}
.error404 .search-headline {
  font-size: 25px;
  margin-bottom: 25px;
}
.error404 .you-may-like {
  margin-bottom: 50px;
}