html {
  box-sizing: border-box;
  font-size: 16px;
  font-family:
    "Roboto",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

body {
  background: rgb(255 249 245);
}

.wa-404 {
  display: flex;
  padding: 10px;
  position: relative;
  height: 100%;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

.wa-404-container {
  width: 100%;
  max-width: 976px;
  height: fit-content;
  z-index: 2;
  padding: 32px;
  background: rgb(255 255 255);
  border-radius: 12px;
  box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.15);
}

h1 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: rgb(55 5 0);
  margin-bottom: 30px;
}

h1 span {
  color: #ff7802;
}

.wa-404-body {
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.wa-404__banner {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}

.wa-404__banner--desktop {
  max-width: 759px;
  aspect-ratio: 759 / 583;
}

.wa-404__banner--mobile {
  display: none;
  max-width: 400px;
  aspect-ratio: 400 / 307;
}

.wa-404__questions {
  display: block;
  text-align: center;
  font-size: 44px;
  color: rgb(55 5 0);
  font-weight: 600;
}

.wa-404-footer {
  margin-top: 10px;
}

.wa-404__thanks {
  display: flex;
  justify-content: center;
}

.wa-404__thanks-text {
  max-width: 69%;
  text-align: center;
  line-height: 2.2rem;
  font-size: 24px;
  font-weight: 500;
  color: #613733;
  margin-right: 20px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  .wa-404-container {
    padding: 24px 16px;
  }

  .wa-404__banner--desktop {
    display: none;
  }

  .wa-404__banner--mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wa-404-body {
    margin-top: 20px;
  }

  .wa-404__questions {
    font-size: 25px;
  }

  .wa-404-footer {
    margin-top: 25px;
  }

  .wa-404__thanks-text {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.6rem;
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .wa-404-body {
    margin-top: 20px;
  }

  .wa-404__questions {
    font-size: 19px;
  }

  .wa-404-footer {
    margin-top: 20px;
  }

  .wa-404__thanks-text {
    font-size: 16px;
    line-height: 1.5rem;
  }
}

@media (max-width: 379px) {
  .wa-404__questions {
    font-size: 15px;
  }

  .wa-404__thanks-text {
    font-size: 15px;
  }
}
