.list-section {
  display: none;
  max-width: 600px;
  margin-top: 30px;
}

.list-point {
  margin-bottom: 4px;
  font-size: 18px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  -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-image: url('../images/wrinkled-paper-texture-7-3-1-4.png');
  background-position: 0px 0px;
  background-size: cover;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.text-block {
  margin-bottom: 25px;
  font-size: 50px;
  line-height: 110%;
  font-weight: 900;
}

.text-block-2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.text-block-3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.text-block-4 {
  padding-bottom: 30px;
  font-size: 16px;
}

.text-block-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link {
  color: #191919;
}

.link-block {
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 27px 60px;
  border-radius: 10px;
  background-color: #333;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.text-block-6 {
  font-size: 17px;
  line-height: 40px;
}

.text-block-7 {
  font-family: 'Merchant copy doublesize', sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.text-block-8 {
  font-size: 20px;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/wrinkled-paper-texture-7-3.png');
  background-position: 0px 0px;
  background-size: cover;
}

.rich-text-block {
  max-width: 500px;
}

.image {
  max-height: 700px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .body {
    padding-top: 23vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-5 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-right: 10%;
    padding-left: 10%;
  }

  .text-block-3 {
    text-align: center;
  }

  .text-block-7 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .list-point {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 110%;
  }

  .body {
    padding-top: 10vh;
    padding-right: 5%;
    padding-left: 5%;
  }

  .text-block {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .text-block-2 {
    margin-bottom: 10px;
    font-weight: 500;
  }

  .text-block-3 {
    margin-bottom: 30px;
    line-height: 110%;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 110%;
    text-align: center;
  }

  .link-block {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-block-8 {
    font-size: 18px;
  }
}

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