.content-page {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 12px;
    color: #222;
    line-height: 1.7;
}

.content-page h1 {
    font-size: 42px;
    color: #8b0000;
    margin-bottom: 25px;
    text-align: center;
}

.content-page h2 {
    font-size: 28px;
    color: #b00000;
    margin-top: 35px;
    margin-bottom: 15px;
    border-left: 5px solid #f5c400;
    padding-left: 12px;
}

.content-page p {
    font-size: 17px;
    margin-bottom: 16px;
}

.content-page ul {
    margin: 15px 0 25px 25px;
}

.content-page li {
    margin-bottom: 8px;
    font-size: 17px;
}

.intro-section {
    padding-bottom: 20px;
    border-bottom: 2px solid #eee;
}

.text-section {
    padding-top: 15px;
}