.about-page img {
    max-width: 500px;
}

.mission-icon,
.vision-icon {
    width: 48px;
    height: 48px;
}

.founder-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    object-position: top;
}

.testimonial-box {
    border-left: 4px solid var(--primary-color);
}

.faq-section .accordion-button {
    font-size: 1.1rem;
    font-weight: 500;
}

.faq-section .accordion-body {
    background: #fff7ed;
}

.cta-section .button-style4 {
    font-size: 1.4rem;
    padding: 16px 48px;
    margin-top: 1rem;
}
.sustainability-section svg{
    width: 60px;
    height: 60px;
}