

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .banner{
        width: 380px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ideas{
        text-align: center;
    }

    .partners{
        width: 360px;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sustainability{
        width: 400px;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sustainability-d{
        display: none;
    }

    .logo-a{
        width: 200px;
        text-align: center;
    }

    .about-bg{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-banner{
        width: 360px;
        text-align: center;
        padding-bottom: 50px;
    }

    .catalog{
        padding-bottom: 50px;
    }

    .counters{
        font-size: 100px;
        color: #207d14;
    }

    .counter-text{
        font-size: 30px;
    }

    .programs-banner{
        width: 360px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .programs-i{
        text-align: center;
    }

    .events-banner{
        width: 400px;
        text-align: center;
        padding-bottom: 50px;
        
    }

    .csr-banner{
        width: 380px;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .button-i{
        padding-bottom: 50px;
    }

    .sustainability-b{
        width: 380px;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-left: 0px;
    }

    .sponsorship-d{
        display: none;
    }

    .contact-c{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .event-wrap{
        width: 400px;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-left: 0px;
    }

    .locations-i{
        padding-top: 30px;
    }


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .banner{
        width: 400px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .header-row{
    margin-left: 30px;
    margin-right: 30px;
}

.ideas{
    padding-top: 50px;
}

.spacing{
    margin-left: 100px;
    margin-right: 100px;
}

.box{
    background-color: #207d14;
    color: white;
}

.boxes{
    padding-bottom: 50px;
}

.about-bg{
    background-color: #d9ffd4;
}

.counters{
    font-size: 150px;
}

.counter-text{
    font-size: 30px;
}



.program-wrap{
    background-color: #d9ffd4;
    padding: 50px 50px 50px 50px;
    
}

.event-wrap{
    background-color: #f8fcf7;
    padding: 50px 50px 50px 50px;
}

.case-head{
    font-size: 50px;
}

.csr-head{
    font-size: 70px;
}

.csr-spacing{
    padding-left: 200px;
    padding-right: 200px;
}

.banner{
    width: 500px;
    height: auto;
    margin-left: 150px;
}

.about-banner{
    width: 1200px;
    height: auto;
    border-radius: 25px;
}

.counters{
    color: #207d14;
}

.counter-text{
    font-weight: bold;
}

.programs-banner{
    width: 1300px;
}

.events-banner{
    width: 800px;
}

span{
    color: #207d14;
}

.case-studies-banner{
    width: 1300px;
}

.csr-banner{
    width: 1300px;
}

.sustainability-m{
    display: none;
}

.form-bg{
    padding-left: 300px; 
    padding-right: 300px;
}

.sponsorship-m{
    display: none;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}