.node-page.view-full {
  padding-bottom: 100px;
  border-bottom: 4px solid #202020;
}

.node-page.view-full h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 63px;
  margin-bottom: 20px;
  margin-top: 54px;
}

.node-page.view-full .text {
  font-size: 16px;
  line-height: 21px;
}
.node-page.view-full .text p {
  margin-bottom: 15px;
}
.node-page.view-full .text h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 43px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.node-page.view-full .text ul {
  margin: 50px 0 20px 50px;
}
.node-page.view-full .text ul li {
  list-style: disc;
  padding: 0 0 15px 5px;
}

@media screen and (max-width: 1200px) {
  .node-page.view-full h1 {
    font-size: 50px;
    line-height: 56px;
  }

  .node-page.view-full .text h2 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 700px) {
  .node-page.view-full h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .node-page.view-full .text h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 16px;
  }
  .node-page.view-full .text ul {
    margin: 30px 0 20px 20px;
  }
  .node-page.view-full {
    padding-bottom: 20px;
    overflow: hidden;
  }
}
