.error404 .site-content {
  max-width: 1340px;
}
.topText404 {
  text-align: center;
  margin-bottom: 50px;
}
.topText404 h1 {
  font: var(--font-size-40px)/1.33 "OpenSans-SemiBold";
}
.topText404 p {
  font: var(--font-size-18px)/1.33 "OpenSans-Regular"; 
  color: var(--main-text-color);
  margin-top: 20px;
}
.error404 .latest-news article {  
  padding: 0 20px;
}
.error-404 .panel-grid-cell {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .topText404 h1 {
    font-size: var(--font-size-30px);
  }
  .error404 .latest-news article a {
    display: block;
    margin: auto;
  }
}