.page_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbc2a0;
}

.image {
  max-width: 30vw;
}

.stroke-double {
  position: relative;
  margin-top: 40px;
  font-family: Juice, sans-serif;
  color: #20a8d7;
  font-size: 50px;
  line-height: 140%;
}

.stroke-double.no-margin {
  margin-top: 0px;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: 33vw;
}

.image-3 {
  position: absolute;
  left: auto;
  top: 8%;
  right: 4%;
  bottom: auto;
  max-width: 26vw;
}

.image-4 {
  display: none;
}

.social {
  margin-top: 40px;
}

.link-block {
  margin-left: 20px;
}

.image-5 {
  width: 32px;
}

.image-6 {
  width: 32px;
}

@media screen and (max-width: 991px) {
  .page_container {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image {
    max-width: 50vw;
  }

  .image-2 {
    display: none;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    display: block;
    width: 90%;
    max-width: none;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .page_container {
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .stroke-double {
    font-size: 37px;
  }

  .stroke-double.no-margin {
    font-size: 37px;
    text-align: center;
  }

  .image-4 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .page_container {
    min-height: 100vh;
  }

  .image {
    max-width: 70vw;
  }

  .stroke-double {
    font-size: 21px;
  }

  .stroke-double.no-margin {
    font-size: 21px;
  }
}

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