@media (max-width: 500px) {
    .navbar-brand img {
        height: 2.8em;
        width: 2em;
    }
    
    .content-box-md {
        padding: 2em 0;
    }
    .section-heading {
        text-align: center;
        font-size: 2em;
    }
    #landing-section {
        text-align: center;
        width: 97%;
    }
    #landing-stats {
        display: none !important;
    }
    #land-2-img {
        display: none !important;
    }
    #heading-text {
        width: 100% !important;
        text-align: justify;
    }
    .landing-img {
        object-fit: contain;
        height: 20em;
        width: 90%;
        margin: 1em auto;
        display: block;
        transform: scale(1.3);
    }
    #baloon-icon-1 {
        top: 1em;
        right: 2em;
    }
    #plane-icon {
        top: 25em;
        left: 0;
        height: 5em;
    }
    #mission {
        padding: 1em !important;
    }
    .mission-card {
        margin: 1em 0;
    }
    #about-1 {
        width: 90%;
        margin: 0 auto;
    }
    #about-img {
        width: 90%;
        margin: 1em 0;
    }
    #kite-icon {
        height: 8em;
        width: 70%;
        bottom: -4em;
        margin-left: -3em;
    }
    #programs-section {
        width: 90%;
    }
    #view_programs_btn_top {
        display: none;
    }
    #view_programs_btn_bottom {
        display: block;
    }
    .program-card {
        margin: 1em 0;
    }
    #bulb-icon {
        top: 1em;
        height: 4em;
        width: 4em;
    }
    #vision-img-1 {
        display: none;
    }
    #vision-img-2 {
        margin-top: 1em;
    }
    #values-section {
        background-size: auto !important;
        background-position: auto;
    }
    #values-img {
        height: 20em;
        margin: -2em 0 1em 0;
    }
    .vision-img{
        margin: 0 auto;
        transform: none !important; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #vision-content {
        align-items: center !important;
        margin: 1em 0;
    }
    .vision-card {
        justify-content: center;
        align-items: center;
    }
    #stick-icon {
        bottom: 0em !important;
        left: 0;
        position: absolute;
        height: 3.5em;
        width: 3.5em;
    }
    #kite-light-icon {
        top: 86em;
    }
    #aims-img {
        display: none;
    }
    #testimonial-section {
        background-size: cover;
        background-position: 0 2em;
    }
    .testimonial-item {
        width: 90%;
    }
    #quote-icon {
        font-size: 8em;
        position: absolute;
        top: 2em;
        left: 1em;
        color: #f4f5c0;
    }
    
    #ball-color-icon {
        top: 8em;
        left: 1em;
        position: absolute;
        height: 3em;
    }
    
    #kite-color-icon {
        bottom: 0em;
        right: 0em;
        position: absolute;
        height: 3.5em;
    }
    
    #camera-icon {
        top: 1em;
        left: 1em;
        position: absolute;
        height: 2em;
        width: 2em;
    }
    
    #gallery-icon {
        top: 0.6em;
        right: 0.6em;
        position: absolute;
        font-size: 2em;
    }

    #gallery-section {
        padding: 2em;
        margin: 3em 0;
    }

    .gallery-item {
        margin: 0;
    }
    .gallery-img-large {
        height: 3em;
    }

    #faq-img {
        height: 21em;
        width: 90%;
    }
    #faq-icon {
        top: 5em;
        left: 15em;
        height: 3.5em;
        width: 3.5em;
    }
    #pencil-icon  {
        display: none !important;
    }

    .contact-card h2 {
        text-align: left !important;
    }

    footer .row .col-md-4 {
        display: flex !important; 
        flex-direction: column !important;
        align-items: start !important;
        justify-content: center !important;
        text-align: left !important;
        margin-bottom: 1em !important;
    }
    .text-end {
        text-align: left !important;
    }
}
