section.not-found {
  margin-top: 16vw;
  padding: 3vw 10vw;
  width: 100%;
  min-height: 20vw;
  position: relative;
  gap: 1vw;
}

section.not-found h2 {
  font-size: 1.4vw;
  font-weight: bold;
  color: var(--dark-box-bg);
}

section.not-found a {
  margin: 0.5vw;
  padding: 0.75vw 1vw;
  font-size: 1vw;
  font-weight: 500;
  gap: 0.5vw;
  border: 0.14vw solid #edf1f6;
  border-radius: 0.9vw;
  color: var(--green);
  transition: all 0.25s ease-in-out;
}

section.not-found a:hover {
  filter: brightness(0.85);
}

section.not-found img {
  width: 20vw;
  height: 17vw;
}

@media (min-width: 140px) {
  section.not-found {
    margin-top: 40vw !important;
    padding: 3vw 10vw;
    width: 100%;
    min-height: 20vw;
    position: relative;
    gap: 8vw;
  }
  section.not-found h2 {
    font-size: 4.2vw;
    font-weight: bold;
    color: var(--dark-box-bg);
  }
  section.not-found a {
    margin: 0.5vw;
    padding: 1.75vw 1vw;
    font-size: 3.2vw;
    font-weight: 500;
    gap: 0.5vw;
    border: 0.54vw solid #edf1f6;
    border-radius: 2vw;
    color: var(--green);
    transition: all 0.25s ease-in-out;
  }
  
  section.not-found img {
    width: 70vw;
    height: 67vw;
  }
}
@media (min-width: 450px) {
  section.not-found {
    margin-top: 16vw !important;
    padding: 3vw 10vw;
    width: 100%;
    min-height: 20vw;
    position: relative;
    gap: 1vw;
  }

  section.not-found h2 {
    font-size: 1.4vw;
    font-weight: bold;
    color: var(--dark-box-bg);
  }

  section.not-found a {
    margin: 0.5vw;
    padding: 0.75vw 1vw;
    font-size: 1vw;
    font-weight: 500;
    gap: 0.5vw;
    border: 0.14vw solid #edf1f6;
    border-radius: 0.9vw;
    color: var(--green);
    transition: all 0.25s ease-in-out;
  }

  section.not-found a:hover {
    filter: brightness(0.85);
  }

  section.not-found img {
    width: 20vw;
    height: 17vw;
  }
}
