body {
    margin: 0;
    font-family: "Georgia", "Times New Roman", serif;
    background-color: #f4f6f8;
    color: #222;
    line-height: 1.7;
}

.about-container {
    max-width: 900px;
    margin: 50px auto;
    background: white;
    padding: 40px 50px;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    border-radius: 8px;
}

.about-header {
    background: linear-gradient(135deg, #f39c12, #f1c40f);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 6px;
}

.about-header h1 {
    margin: 0;
    color: white;
    font-size: 32px;
    letter-spacing: 1px;
}

.about-content p {
    margin-bottom: 18px;
    text-align: justify;
    font-size: 17px;
}

.section-title {
    margin-top: 30px;
    color: #0b3d91;
    font-size: 22px;
}

.activities-list {
    padding-left: 25px;
    margin-top: 10px;
}

.activities-list li {
    margin-bottom: 10px;
    font-size: 17px;
}

.closing {
    margin-top: 25px;
    font-weight: 500;
}