/* About Page Specific Styles */

.about-section {
    text-align: center;
    padding: 60px 20px;
    background: #f9f9f9;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.timeline-section {
    padding: 40px;
    background: #fff;
}

.values-section {
    padding: 40px;
    background: #f5f5f5;
}

/* Values grid now uses .grid .grid-md .grid-gap-sm from styles.css */
.values-grid {
    margin-top: 30px;
}

/* Value items now use .card .card-sm from styles.css */

.achievements-section {
    padding: 40px;
    background: #fff;
}

/* Stats grid now uses .grid .grid-sm .grid-gap-sm from styles.css */
.stats-grid {
    margin-top: 30px;
    text-align: center;
}

/* Stat items now use .card .card-sm .card-grey from styles.css */
