.text-page {
  padding-top: 113px;
  padding-bottom: 56px;
}

.text-page h1 {
  font-size: 44px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  margin: 0 0 20px;
  color: #1d1d1d;
}

.text-page h2 {
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #1d1d1d;
}

.text-page h2:first-of-type {
  margin-top: 50px;
}

.text-page p {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 18px;
  color: #747474;
}

.text-page p a {
  color: #747474;
}

.text-page p:first-of-type {
  font-size: 18px;
}

.text-page ul {
  margin-bottom: 20px;
  padding-left: 10px;
}

.text-page ul li {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  position: relative;
  padding-left: 14px;
  color: #747474;
}

.text-page ul li:after {
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  content: '';
  border-radius: 50%;
  background: #747474;
}

@media screen and (min-width: 1280px) {
  .text-page {
    padding-top: 181px;
    padding-bottom: 103px;
  }

  .text-page h1 {
    font-size: 60px;
  }

  .text-page h2:first-of-type {
    margin-top: 80px;
  }

  .text-page .container {
    width: 770px;
  }
}
