.text-green {
    color: #2e7d32;
}

.bg-light-green {
    background-color: #f1f8e9;
}

.bg-green {
    background-color: #2e7d32;
}

.founder-image {
    max-width: 300px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-divider {
    height: 2px;
    background-color: #e8f5e9;
    margin: 2rem 0;
}

.btn-green {
    background-color: #2e7d32;
    color: white;
}

.btn-green:hover {
    background-color: #1b5e20;
    color: white;
}
