.text-content {
    padding: 64px 24px;
    background: var(--color-dark);
}

.text-content-inner {
    max-width: 1600px;
    margin: 0 auto;
}

.text-content-inner h1,
.text-content-inner h2,
.text-content-inner h3,
.text-content-inner h4 {
    margin-bottom: 16px;
}

.text-content-inner h1 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
}

.text-content-inner h2 {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-primary);
}

.text-content-inner h3 {
    font-size: 20px;
    font-weight: 700;
}

.text-content-inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

.text-content-inner p:last-child {
    margin-bottom: 0;
}

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

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

.about-content {
    padding: 64px 24px;
    background: var(--color-dark);
}

.about-content-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 32px;
}

.about-text h1,
.about-text h2,
.about-text h3 {
    margin-bottom: 16px;
}

.about-text h2 {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-primary);
}

.about-text p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}

.about-text strong,
.about-text b {
    font-weight: 700;
}

@media (max-width: 768px) {
    .text-content,
    .about-content {
        padding: 40px 24px;
    }

    .text-content-inner p,
    .about-text p {
        font-size: 16px;
    }

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