.text_page {
  position: relative;
  background-color: var(--color_0);
  padding: 15em 0;
}
@media screen and (max-width: 1023px) {
  .text_page {
    padding: 10em 0 5em 0;
  }
}
.text_page h1 {
  font-size: 6em;
  margin: 0;
  font-weight: 700;
  margin-bottom: 3rem;
}
.text_page h2 {
  font-size: 3.6em;
  margin: 0;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.text_page h3 {
  font-size: 5.4em;
  margin: 0;
  font-weight: 400;
  margin-bottom: 2rem;
}
.text_page p {
  font-size: 3.6em;
  margin: 0;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.text_page p:nth-last-child {
  margin-bottom: 3rem;
}
.text_page .block p:nth-last-of-type(1) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .text_page h1 {
    font-size: 3.4em;
    margin: 0;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .text_page h2 {
    font-size: 2.6em;
    margin: 0;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  .text_page h3 {
    font-size: 3.2em;
    margin: 0;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  .text_page p {
    font-size: 2.2em;
    margin: 0;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
  .text_page p:nth-last-child {
    margin-bottom: 2rem;
  }
  .text_page .block p:nth-last-of-type(1) {
    margin-bottom: 1.5rem;
  }
}
