@media (max-width: 767px) {
    .container {
        width: 90%;
        padding-left: 0px;
        padding-right: 0px
    }

    .carousel-caption h1 {
        font-size: 2rem
    }

    .carousel-caption p {
        font-size: 1rem
    }

    #heroCarousel {
        height: 500px !important
    }

    .carousel-item {
        height: 500px !important
    }

    .carousel .carousel-item {
        padding-left: 0px;
        padding-right: 0px
    }

    .Founder-title {
        width: 100%;
        font-size: 25px;
    }

    .read-more-button {
        margin-bottom: 20px;
    }

    .whoweare {
        margin-top: 30px;
    }

    .impact {
        .impact-overlay {
            .impact-content-box {
                padding: 60px 20px;

                .impact-paragraph {
                    font-size: 13px
                }
            }

            h1 {
                font-size: 25px
            }

            .impact-box p {
                font-size: 0.8rem
            }
        }
    }

    .newsletter {
        h5 {
            font-size: 20px;

        }

        .form-element-email {
            width: 80%;
        }

        .form-actions {
            width: 20%
        }

        form {
            padding: 0px 10px
        }
    }

    .hero-section {
        height: 300px;

        h1 {
            font-size: 2rem
        }

        p {
            font-size: 1rem
        }

        div {
            padding-bottom: 20px
        }
    }

    .bio-section-custom {

        width: 90%;
        margin-top: 50px
    }

    .bio-img-col {
        width: 100%;
        min-width: initial;
        max-width: initial
    }

    .bio-img-bg {
        width: 100%;
        height: 250px
    }

    .bio-img-custom {
        width: 100%;
        position: static;
        transform: none;
        height: 400px
    }

    .bio-text-col {
        width: 100%;
        min-width: initial;
        max-width: initial;
    }

    .bio-slide {
        p {
            font-size: 15px
        }
    }

    .awards-section {
        p {
            padding-right: 0px
        }
    }

    .speeches-section {
        .speech-title {
            width: 100%
        }

        .speech-circle {
            display: none
        }

        .speech-item {
            padding: 0px 22px
        }
    }

    .load-more-photos {
        width: 100%;

        a {
            width: 100% !important
        }
    }

    .story {
        .bg-light-blue {
            width: 100%;
            margin: auto
        }

        img {
            object-fit: cover;
            height: auto
        }

        p {
            font-size: 13px
        }

        .nav-tabs {
            .nav-link {
                font-size: 13px
            }
        }
    }

    .textmedia-item,
    .textpic-item {
        width: 100% !important;
    }

    .story-box {
        h2 {
            font-size: 20px !important
        }

        p {
            font-size: 13px
        }

        div {
            margin-bottom: 10px
        }
    }

    .principles {
        #scrollableContent {
            height: auto
        }

        .nav-pills .nav-link.active {
            border-bottom: 1px solid #1FAFD1;
            border-left: 0px !important
        }

        .content-tab {
            padding: 2rem 2rem
        }

        .highlight {
            font-size: 1.6rem;
            line-height: 1.5
        }


    }

    .nav-link {
        font-size: 13px;
    }

    .dropdown-item {
        font-size: 13px
    }

    .structure-tab {
        .container {
            padding-right: 20px;
            padding-left: 20px
        }
    }

    .carousel-control-prev {
        display: none
    }

    .carousel-control-next {
        display: none
    }

    .Intro-title {
        width: 100%
    }

    .cards-number {

        .card-item>div {
            border-right: none !important;
            border-bottom: 1px solid #cecece
        }
    }

    .structure-tab {
        .container2 {
            width: 100%
        }
    }

    .committees {
        .team-img {
            height: 150px
        }
    }

    .frame-layout-terminolody-text {
        padding: 40px 0px;
    }

    .section-title {
        margin: 20px 0px
    }

    .reports-list .report-row {
        flex-wrap: wrap;
        padding: 1rem 0.5rem 2rem 0.5rem
    }

    .download-btn {
        margin-top: 20px
    }
    .frame-layout-contact {
        .frame-group-container{
            padding:50px 15px
        }
    }
}



















/* ----------------------------------------
   Large Devices (lg: 992px and up)
---------------------------------------- */
@media (min-width: 992px) {
    .container {
        width: 90%;
    }

    .frame-layout-contact {
        .frame-group-container{
            padding:50px 15px
        }
    }
}

/* ----------------------------------------
   Extra Large Devices (xl: 1200px and up)
---------------------------------------- */
@media (min-width: 1200px) {
    .container {
        width: 75%;
    }
}

/* Fix menu spacing between 1000px and 1247px */
@media (min-width: 1000px) and (max-width: 1347px) {
    .container{
        width: 85%
    }
    header .nav-link{
        font-size: 14px
    }
    .bio-img-col{
        max-width:450px
    }
    .bio-text-col{
        max-width: 400px
    }
}


/* ----------------------------------------
   Extra Extra Large (xxl: 1400px and up)
---------------------------------------- */
@media (min-width: 1400px) {
    .container {
        width: 75%;
    }



    .carousel-caption h1 {
        font-size: 4rem;
        font-weight: bold;
        width: 100%;
    }

    .carousel-caption p {
        font-size: 1.25rem;
        width: 100%;
    }
}