.article-section {
    
    border-radius: var(--border-radius);
    padding: 10px;
    margin-top: 50px;
    box-shadow: var(--box-shadow);
}

.article-title {
    color: var(--secondary-color);
    margin-bottom: 25px;
    font-weight: 700;
}

.article-content h3 {
    color: var(--primary-color);
    margin-top: 25px;
    margin-bottom: 15px;
}

.article-content p {
    margin-bottom: 15px;
}

.article-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.article-content li {
    margin-bottom: 8px;
}