.text-content {
  background: #500d6b;
  padding: 96px 0;
}

.text-content-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #d1d5dc;
}

.text-content-inner h1 {
  font-size: 32px;
  font-weight: 900;
  color: #fce046;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.text-content-inner h2 {
  font-size: 26px;
  font-weight: 900;
  color: #fce046;
  margin: 40px 0 12px;
}

.text-content-inner h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fce046;
  margin: 32px 0 8px;
}

.text-content-inner p {
  margin-bottom: 20px;
}

.text-content-inner strong,
.text-content-inner b {
  font-weight: 700;
  color: #fff;
}

.text-content-inner a {
  color: #fce046;
  text-decoration: underline;
}

.text-content-inner ul,
.text-content-inner ol {
  margin: 0 0 20px 24px;
  list-style: disc;
}

.text-content-inner ol {
  list-style: decimal;
}

.text-content-inner li {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .text-content {
    padding: 48px 0;
  }

  .text-content-inner {
    font-size: 15px;
  }

  .text-content-inner h1 {
    font-size: 26px;
  }

  .text-content-inner h2 {
    font-size: 22px;
    margin-top: 32px;
  }
}
