.about-container {
    max-width: 900px;
    margin: 2rem auto;
    padding: 1.5rem;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.about-container h1 {
    text-align: center;
    color: #004080;
    margin-bottom: 1rem;
    margin-top: -0.1rem;
}

.about-container p {
    margin-bottom: 1rem;
    color: #333;
    text-indent: 2em;
}

.about-container ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    list-style-type: disc;
}

.about-container ul li {
    margin-bottom: 0.5rem;
    color: #333;
}

@media (max-width: 768px) {
    .about-container {
        padding: 1rem;
        margin: 1rem;
    }
}
