/* Left-To-Right Alignment Rules (English, German, etc.) */
.content-section {
    text-align: left;
    border-left: 5px solid var(--accent-gold);
    border-right: none;
}

.content-section ul {
    padding-left: 20px;
    padding-right: 0;
}

.content-section h2 {
    margin-left: 0;
}