.not-found-section {
  display: flex;
  padding: 60px 20px;
  text-align: center;
  background: #fff;
  min-height: 400px;
  align-items: center;
  justify-content: center;
}

.not-found-section h1 {
    font-size: 10rem;
    line-height: 10rem;
    font-weight: 600;
}

.not-found-section p {
  font-size: 1.75rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin-bottom: 20px;
}
