/* About Page Specific Styles */

#vision p,
#story p,
#local p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
}

#story p {
    margin-bottom: 20px;
}

#story {
    margin-top: 60px;
}

#story p:last-child {
    margin-bottom: 0;
}

#expertise {
    margin-top: 60px;
}

/* Values Section */
#values {
    margin-top: 60px;
}

.values-container {
    max-width: 800px;
    margin: 0 auto;
}

.value-item {
    margin-bottom: 30px;
}

.value-item:last-child {
    margin-bottom: 0;
}

.value-item h3 {
    color: var(--primary-blue);
    font-size: 24px;
    margin-bottom: 15px;
}

.value-item p {
    font-size: 16px;
    line-height: 1.8;
}

/* Local Section */
#local {
    margin-top: 60px;
}

/* CTA Section */
#cta {
    text-align: center;
    padding: 60px 0;
}

#cta h2 {
    margin-bottom: 20px;
}

#cta p {
    font-size: 18px;
    margin-bottom: 30px;
}
