.content-section {
    padding: 80px 0;
    background-color: #fff;
}

.content-section .section-header {
    margin-bottom: 50px;
}

.content-section .section-text {
    font-size: 1rem;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .content-section {
        padding: 50px 0;
    }

    .content-section .section-text {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .content-section .section-title {
        font-size: 1.75rem;
    }
}

.content-section .content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.content-section .content-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.content-section .content-wrapper p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.content-section .content-wrapper h1,
.content-section .content-wrapper h2,
.content-section .content-wrapper h3,
.content-section .content-wrapper h4,
.content-section .content-wrapper h5,
.content-section .content-wrapper h6 {
    margin: 2rem 0 1rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .content-section .content-wrapper p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .content-section .content-wrapper h1 { font-size: 1.75rem; }
    .content-section .content-wrapper h2 { font-size: 1.5rem; }
    .content-section .content-wrapper h3 { font-size: 1.25rem; }
    .content-section .content-wrapper h4 { font-size: 1.1rem; }
    .content-section .content-wrapper h5 { font-size: 1rem; }
    .content-section .content-wrapper h6 { font-size: 0.9rem; }
}

.content-section .content-wrapper ul,
.content-section .content-wrapper ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.content-section .content-wrapper li {
    margin-bottom: 0.5rem;
}

.content-section .content-wrapper blockquote {
    margin: 2rem 0;
    padding: 1rem 2rem;
    border-left: 4px solid var(--primary);
    background-color: #f8f9fa;
    font-style: italic;
} 