.page-wrapper {
  width: 100%;
  height: 100svh;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  background-image: url('../images/pl-bg.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  text-align: right;
  font-family: Druktextwide Super Trial, sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 5.5rem;
}

.text-span {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.paragraph-container {
  width: 600px;
  line-height: 30px;
}

.paragraph {
  color: #fff;
  font-family: Switzer Light, sans-serif;
  font-size: 18px;
}

.image {
  width: 150px;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 2%;
  right: auto;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .paragraph-container {
    width: 390px;
    line-height: 34px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 17px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    letter-spacing: -3px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .paragraph-container {
    width: 200px;
  }

  .paragraph {
    font-size: 10px;
  }
}


@font-face {
  font-family: 'Druktextwide Super Trial';
  src: url('../fonts/DrukTextWide-Super-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer Light';
  src: url('../fonts/Switzer-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}