.wrapper-gral {
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: left;
}

.wrapper-content_page404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  margin-left: 88px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.wrapper-content_page404 p {
  display: inline;
}

.wrapper-content_page404>h3 {
  display: flex;
  font-family: var(--font-family-1);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 0rem;
  text-align: left;
}

.paragraph_1 {
  width: 26vw;
  text-align: left;
  font-family: var(--font-family-1);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.paragraph_2 {
  color: var(--brand-white);
  text-align: left;
  font-family: var(--font-family-1);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44444rem;
}

.link_back_page404 {
  font-family: var(--font-family-1);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  text-decoration: none;
  text-decoration-line: underline;
  width: fit-content;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

 .wrapper-span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}  

@media (max-width:1190px) {
        .wrapper-gral {
          position: relative;
          height: 70vh;
          display: flex;
          align-items: flex-end;
          justify-content: left;
          padding-bottom: 23px;
      }

      .wrapper-span {
        position: relative;
        left: 20px;
        transform: scale(0.5) translate(-47vw, 155px);
      }  
        
      .wrapper-content_page404 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
        margin-left: 0px;
        z-index: 1;
        text-align: center;
      }

      .wrapper-content_page404>h3 {
        display: flex;
        font-family: var(--font-family-1);
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 34.5px;
        margin-bottom: 0rem;
        text-align: left;
        width: 100vw;
        padding: 0px 20px 0px 20px;
      }

      .paragraph_1 {
        width: 100vw;
        text-align: left;
        font-family: var(--font-family-1);
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px;
        padding: 0px 20px 0px 20px;
      }

      .paragraph_2 {
        text-align: center;
        font-size: 0.88889rem;
        line-height: 1.22222rem;
      }

      .link_back_page404 {
        font-family: var(--font-family-1);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 23px;
        text-align: left;
        text-decoration: none;
        text-decoration-line: underline;
        width: fit-content;
      }
}