.about-us {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
}

.about-title {
    font-size: 4rem;
    font-weight: bold;
    color: #5a7d39;
}

.about-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
}

.image-container img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.green-border {
    border: 4px solid #5a7d39;
    border-radius: 8px;
}

.founders-section {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
}

.founder-card {
    background-color: #d9f2cc;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.founder-image {
    border-radius: 8px;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.founder-name {
    font-size: 1.2rem;
    font-weight: bold;
    color: #5a7d39;
    margin-top: 10px;
    text-align: center;
}

.founder-description {
    font-size: 0.95rem;
    color: #555;
    text-align: justify;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #5a7d39;
    margin-bottom: 30px;
}

.quality-section {
    background-color: #f9f9f9;
    padding: 40px 20px;
    border-radius: 8px;
}

.quality-image {
    border-radius: 8px;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.quality-title {
    font-size: 4rem;
    font-weight: bold;
    color: #5a7d39;
}

.quality-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
}

.logo {
    width: 120px;
}

.objectives-section {
    background-color: #004d26;
    /* Dark green */
    color: white;
    padding: 2rem;
}

.content-section {
    padding: 2rem;
    background-color: #f7f7f7;
}

.rounded-image {
    border-radius: 10px;
    width: 300px;
    height: 250px;
    margin-bottom: 20px;
    object-fit: cover;
}

.farmer-img {
    border-radius: 10px;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}