.about-section {
    background: var(--bg-card);
    border-radius: var(--border-radius-lg);
    padding: var(--spacing-lg);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    margin-bottom: var(--spacing-xl);
}

.about-section h2 {
    color: var(--text-primary);
    margin-bottom: var(--spacing-lg);
    font-size: 1.5rem;
    font-weight: 600;
    font-family: var(--font-heading);
}

.about-section h3 {
    color: var(--text-primary);
    margin: var(--spacing-md) 0;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: var(--font-heading);
}

.about-section h4 {
    color: var(--text-primary);
    margin: var(--spacing-md) 0 var(--spacing-sm);
    font-size: 1.1rem;
    font-weight: 600;
    font-family: var(--font-heading);
}

.about-section p {
    margin-bottom: var(--spacing-md);
    line-height: 1.6;
}

.about-section ul {
    margin-bottom: var(--spacing-md);
    padding-left: var(--spacing-lg);
}

.about-section li {
    margin-bottom: var(--spacing-sm);
    line-height: 1.5;
}

.about-feature {
    background: var(--bg-tertiary);
    border-radius: var(--border-radius);
    padding: var(--spacing-md);
    border: 1px solid var(--border-color);
    margin-bottom: var(--spacing-md);
}

.about-feature h4 {
    color: var(--text-primary);
    margin-bottom: var(--spacing-sm);
    font-size: 1.1rem;
    font-weight: 600;
}
