

.section-separator {
    margin-top: 10%;
    margin-bottom: 10%;
}

#sustainability-img{
    position: relative;
    top: -200px;
    left: 50px;

}



.cop28-section {
    display: flex;
    margin-top: 30%;
    justify-content: center;
    align-items: center;
    background-color: #000;
}



@media only screen and (min-width:768px) {
 

    .sustainability-quote-section-text {
        padding-left: 300px;
    }
 
 

    .cop28-container-div {
        height: 70%;
        padding-left: 5rem;
        padding-right: 3rem;
    }


    .cop28-control-container {
        justify-content: space-between;
    }



    /* .cop28-section {
        height: 678px;
        
    } */
}

@media only screen and (max-width:767px) {

    .cop28-control-container {
        justify-content: center;
    }

 
}