.sustainability-section {
    /* margin-top: 50px;
    font-family: Arial, sans-serif;
    color: #333;
    margin: 0 auto;
    max-width: 800px; */
    margin-left: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sustainability-content{
    margin-left: 50px;
}

.sustainability-section h2, .sustainability-section h3 {
    color: #2c3e50;
    margin-top: 50px;
}

.sustainability-section img {
    width: 50%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 30px;
}

.sustainability-section p {
    line-height: 1.6;
    margin-bottom: 20px;
}

.sustainability-section ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.sustainability-section ul li {
    line-height: 1.6;
}

.sustainability-section .image-container {
    flex-shrink: 0;
    width: 40%; /* Adjust this value as needed */
    padding-left: 20px;
}

.sustainability-section .sustainability-image {
    width: 90%;
    height: auto;
    display: flex;
    margin-bottom: 20px; /* Spacing between images */
}

.sustainability-section .sustainability-image:last-child {
    margin-bottom: 0; /* No spacing after the last image */
}


@media(max-width: 700px){

    .sustainability-section h2, .sustainability-section h3 {
    color: #2c3e50;
    margin-top: 50px;
    margin-bottom: 30px;
}

    .sustainability-section {
        /* margin-top: 50px;
        font-family: Arial, sans-serif;
        color: #333;
        margin: 0 auto;
        max-width: 800px; */
        margin-left: 50px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .sustainability-section .sustainability-image {
        width: 70%;
        align-items: center;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px; /* Spacing between images */
    }

    .sustainability-section .image-container {
    align-items: center;
    /* flex-shrink: 0; */
    width: 100%; /* Adjust this value as needed */
    margin-left: 50px;
    margin-bottom: 40px;
    
}

.sustainability-content{
    margin-left: 20px;
    margin-right: 20px;
}

}