@media only screen and (max-width: 1400px) {
    .contact .contact-info .right-cont {
        flex: 1;
    }

    .contact .contact-info .right-cont h3 {
        word-break: break-all;
    }
}

@media only screen and (max-width: 1200px) {
    .fs52 {
        font-size: 42px;
    }

    .title-text {
        width: 80%;
    }

    .focus .focus-place .img-place {
        height: 300px;
    }

    .focus .fs24 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .upper-head {
        display: none;
    }

    .header .navbar-light .navbar-nav .nav-link {
        padding: 10px 0px;
        border-bottom: 1px solid #c8c8c8;
    }

    .header .navbar-light .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none !important;
    }

    .header .navbar-light .navbar-nav .nav-link::after {
        content: none !important;
    }

    .banner .banner-content {
        width: 80%;
    }

    .fs46 {
        font-size: 30px;
    }

    .thnak-us {
        padding: 80px 0px;
    }

    .title-text {
        width: 100%;
    }

    .fs40 {
        font-size: 36px;
    }

    .faq .faq-img img {
        height: 280px;
    }

    .footer .right-cont h3 {
        word-break: break-all;
    }

    .mission {
        padding: 50px 0px;
    }

    .focus {
        padding: 50px 0px;
    }

    .team {
        padding: 50px 0px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .inner-banner {
        padding: 50px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .banner-content {
        width: 100%;
    }

    .mission .fs40 {
        font-size: 30px;
    }

    .helping {
        flex-direction: column;
        gap: 10px;
    }

    .fs46 {
        font-size: 22px;
    }

    .fs40 {
        font-size: 30px;
    }

    .faq .row {
        padding: 50px 0px;
    }

    .contact .contact-info {
        margin-bottom: 20px;
    }

    .contact .row {
        padding: 30px 0px;
    }

    .contact {
        margin-bottom: 50px;
        padding: 0px 10px;
    }

    .footer {
        background-color: var(--blue);
        padding: 50px 0px 50px 0px;
    }

    .mission {
        padding: 30px 0px;
    }

    .focus {
        padding: 30px 0px;
    }

    .team {
        padding: 30px 0px;
    }

    .banner {
        height: 100%;
        padding: 50px 0px;
    }

    .blog-details .blog-titles {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .donation-box {
        right: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .history-box {
        padding: 10px 0px;
    }

    .history .history-content {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 525px) {
    .fs52 {
        font-size: 32px;
    }

    .ls3 {
        letter-spacing: 2px;
    }

    .banner .banner-content {
        padding: 20px;
    }

    .mission .fs40 {
        font-size: 26px;
    }

    .thnak-us {
        padding: 50px 0px;
    }

    .fs40 {
        font-size: 26px;
    }

    .focus .focus-place .img-place {
        height: 250px;
    }

    .inner-banner {
        padding: 30px 0px;
    }

    .gallery .main .images-grids {
        grid-template-columns: repeat(2, 1fr);
    }

    .mission .mission-img img {
        height: auto !important;
    }
    .donation-box {
        right: -25px;
    }
}

@media only screen and (max-width: 400px){
    .img-poster-launch img {
        width: 80%;
    }
}