/* public/css/about.css */

.about-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c3e50;
}

.about-section {
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.about-section h3 {
    margin-top: 20px;
    color: #1e2a38;
}

.about-section p,
.about-section ul {
    font-size: 1rem;
    line-height: 1.6;
}

.about-section ul {
    padding-left: 20px;
}

.lead {
    font-size: 1.2rem;
    color: #6c757d;
}
