.section-404 {
  margin: 3rem 0 9rem;
}

.section-404 .wrap-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-404 .wrap-404 img {
  max-width: 40%;
}

.section-404 .wrap-404 h2 {
  font-size: 3rem;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1;
}

.section-404 .wrap-404 h2 span {
  color: #FFB800;
}

@media (max-width: 968px) {
  .section-404 .wrap-404 img {
    max-width: 70%;
  }

  .section-404 .wrap-404 h2 {
    padding: 0 5vw;
  }
}

@media (max-width: 600px) {
  .section-404 .wrap-404 img {
    max-width: 90%;
  }
}