.section {
    margin-bottom: 50px;
}

.section h2 {
    font-size: 32px;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 3px solid var(--accent-color);
    padding-bottom: 10px;
}

.section h3 {
    font-size: 24px;
    color: var(--text-dark);
    margin: 30px 0 15px;
    font-weight: 600;
}

.section p {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 16px;
}