.iPack-404-Heading,
.iPack-Contact-Button a {
  font-weight: 100 !important;
}

.iPack-404-image figure.wp-block-image {
  max-width: 1200px;
  text-align: center !important;
}

.iPack-404-image img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  max-height: 50vh;
}

.iPack-404-max-width {
  max-width: 850px !important;
}

.wp-block-group.alignwide.iPack-404-Textblock.is-layout-flow.wp-block-group-is-layout-flow {
  margin-top: 0 !important;
}

.custom-png-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}

.iPack-404-top {
  position: absolute;
  top: -110%;
  left: 5%;
}

.iPack-404-left {
  position: absolute;
  left: -153%;
  top: -100%;
}

.iPack-404-right {
  position: absolute;
  right: -153%;
  top: -28%;
}

.iPack-404-bottom {
  position: absolute;
  bottom: -24%;
  left: 20%;
}


@media (max-width: 799px) {
  .iPack-404-image figure.wp-block-image {
    margin: 2rem 0 !important;
  }

  .iPack-404-Heading {
    margin-bottom: 1rem !important;
  }
}