.not-found-info {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .not-found-info p {
    font-size: 40px;
    line-height: 45px;
    color: #283552; }
