
.green-vision-section {
    padding: 60px 0;
    background: #f9f9f9;
}

.green-box {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.section-title {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2e7d32;
}

.intro-text {
    font-size: 18px;
    margin-bottom: 15px;
}

.highlight-text {
    font-weight: bold;
    color: #2e7d32;
    margin: 20px 0;
}

.green-box h3 {
    margin-top: 30px;
    color: #1b5e20;
}

.green-box h4 {
    margin-top: 15px;
    font-weight: 600;
}

.green-box ul {
    text-align: left;
    display: inline-block;
    margin-top: 10px;
}

.vision-block {
    margin-top: 20px;
}

.avoid-list li {
    color: #c62828;
}

.why-list li {
    color: #2e7d32;
}

