body {
  max-width: 820px;
  margin: 0 auto;
  padding: 34px 22px 56px;
  color: #20242c;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  background: #ffffff;
}

p {
  margin: 0 0 14px;
}

strong {
  display: inline-block;
  margin: 16px 0 4px;
  color: #1268e8;
  font-size: 22px;
  line-height: 1.25;
}

body > strong:first-child,
.text-content > p:first-child strong {
  margin-top: 0;
  color: #20242c;
  font-size: 34px;
  line-height: 1.08;
}

a {
  color: #1268e8;
  font-weight: 700;
}

ul {
  padding-left: 24px;
}

li {
  margin-bottom: 8px;
}

@media (max-width: 560px) {
  body {
    padding: 26px 16px 42px;
  }

  body > strong:first-child,
  .text-content > p:first-child strong {
    font-size: 28px;
  }
}
