.text-content {
  padding: 40px 0 60px;
}
.text-content__inner {
  color: #d7dcec;
  font-size: 16px;
  line-height: 1.7;
}
.text-content__inner p {
  margin: 0 0 14px;
}
.text-content__inner h1,
.text-content__inner h2,
.text-content__inner h3,
.text-content__inner h4 {
  color: #ffffff;
  margin: 22px 0 10px;
}
.text-content__inner h2 {
  font-size: 22px;
}
.text-content__inner h3 {
  font-size: 18px;
}
.text-content__inner strong {
  color: #ffffff;
}
.text-content__inner ul,
.text-content__inner ol {
  padding-left: 22px;
  margin: 0 0 14px;
}
.text-content__inner a {
  color: #8be9fd;
}
