.sustainability-wrapper {
    background: #111;
    color: #fff;
    padding: 40px;
    font-family: Arial, sans-serif;
}
.sustainability-post {
    margin-bottom: 60px;
    padding: 20px;
    border-radius: 8px;
    background: #1a1a1a;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
.sustain-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}
.sustain-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 20px;
}
.sustain-content {
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
}
.sustain-content strong,
.sustain-content b {
    color: #76c442; /* green highlight */
}

.article-li:hover{
	color: ##8f8e8d;
}