.text-content {
    padding: 60px 120px;
}

.text-content-inner {
    max-width: 1272px;
    margin: 0 auto;
    color: var(--gray-light);
    font-size: 16px;
    line-height: 1.8;
}

.text-content-inner h2,
.text-content-inner h3,
.text-content-inner h4 {
    color: var(--white);
    margin: 32px 0 16px;
}

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

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

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

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

.text-content-inner a {
    color: var(--orange);
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .text-content {
        padding: 60px 24px;
    }
}
