.section404 .contentWrapper {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.section404 {
  margin: 80px 0;
}

.section404 .contentWrapper .heading {
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: rgb(var(--color-foreground));
}

.section404 .contentWrapper .subHeading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 5px 0 25px;
}

.section404 .contentWrapper .desc {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .section404 {
    margin: 60px 0;
  }
  .section404 .contentWrapper .heading {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .section404 {
    margin: 40px 0;
  }
  .section404 .contentWrapper .heading {
    font-size: 80px;
  }
  .section404 .contentWrapper .subHeading {
    font-size: 30px;
    margin: 5px 0 15px;
  }
  .section404 .contentWrapper .desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .section404 .contentWrapper .heading {
    font-size: 60px;
  }
  .section404 .contentWrapper .subHeading {
    font-size: 26px;
  }
  .section404 .contentWrapper .desc {
    font-size: 18px;
  }
}
