.not-found {
  inline-size: 100%;
  background-color: $color-white;
  
  .grid-container {
    position: relative;
  }

  &__backgrd {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 175%;
    margin: auto;
    z-index: 1;

    svg {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    @include media-down(md) {
      position: relative;
      height: 100%;
    }
  }
}
