.vision-banner {
    background: url('../images/vision.png') center/cover no-repeat;
    padding: 100px 20px;
    text-align: center;
    color: #fff;
}

.banner-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-content p {
    font-size: 20px;
    margin-top: 10px;
}

.content-section {
    padding: 60px 20px;
    background: #f8f9fa;
}

.container {
    max-width: 1100px;
    margin: auto;
}

.content-section h2 {
    color: #1a237e;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.content-section p,
.content-section li {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
}

.content-section ul {
    margin: 15px 0 25px 20px;
}
