.page-wrapper {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/L1008030-970w-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.logo {
  width: 85vw;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.intro {
  width: 20rem;
  color: #fffdfd;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3rem;
  font-family: Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.textwrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
}

.link {
  color: #fff;
  font-style: normal;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    background-position: 50% 70%;
  }

  .logo {
    width: 95vw;
  }

  .intro {
    width: 100%;
    max-width: 20rem;
    align-self: flex-end;
    margin-top: 1rem;
    margin-left: 2rem;
    font-size: 1.2rem;
  }

  .intro._w-fit {
    text-align: right;
    flex: 1;
    align-self: flex-end;
    margin-bottom: 4rem;
    margin-left: 3rem;
    margin-right: 0;
  }

  .textwrapper {
    height: 100%;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    padding-bottom: 2.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    max-width: 100%;
    font-size: 1rem;
  }

  .intro._w-fit {
    flex-direction: column;
    justify-content: flex-end;
    align-self: flex-end;
    margin-bottom: 0;
    display: flex;
  }

  .textwrapper {
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    background-position: 46%;
  }

  .logo {
    margin-top: 1.5rem;
  }

  .intro {
    margin-left: 0;
  }

  .textwrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}