.section-text-content {
    padding: 60px 0;
}

.text-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    color: var(--color-text-secondary);
}

.text-content-wrapper h1,
.text-content-wrapper h2,
.text-content-wrapper h3,
.text-content-wrapper h4 {
    color: var(--color-white);
    font-family: var(--font-heading);
    margin-top: 32px;
    margin-bottom: 12px;
}

.text-content-wrapper p {
    margin-bottom: 16px;
}

.text-content-wrapper a {
    color: var(--color-accent);
    text-decoration: underline;
}

.text-content-wrapper strong {
    color: var(--color-white);
}

.text-content-wrapper ul,
.text-content-wrapper ol {
    padding-left: 24px;
    margin-bottom: 16px;
    list-style: disc;
}

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

@media (max-width: 1023px) {
    .section-text-content {
        padding: 20px 0;
    }
}
