@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .custom-card-header {
        padding: 27px 20px;
    }

    .custom-card-header h3 {
        font-size: 20px;
    }

    .custom-card-body {
        height: auto;
        padding: 20px 15px;
    }

    .custom-card-body ul li {
        margin-bottom: 1rem;
        font-size: 16px;
    }

    .custom-card-body ul {
        /* padding-right: 0; */
        padding-left: 1rem;
    }

    .btn_basic {
        font-size: 14px;
    }

    .fs-5 {
        font-size: 16px;
    }

    .mobile__btns {
        padding: 12px 22px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 42px;
    }

    .section-title {
        font-size: 28px;
    }


    .about-text {
        font-size: 16px;
    }

    .banner_text {
        box-shadow: 0px 8px 20px 0px #00000026;
        width: 90%;
        padding: 20px;
        font-size: 16px;
        margin: -90px auto 0px;
        border-radius: 0;
    }

    .banner_text p {
        font-size: 14px;
        text-align: justify;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }

    .impact-section {
        padding: 30px 0;
    }

    .impact-title {
        color: #fff;
        font-size: 28px;
        margin-bottom: 30px;
    }

    .impact-label {
        font-size: 22px;
    }

    .impact-stat,
    .dt-icon {
        font-size: 60px;
    }

    .copyright a,
    .copyright span {
        font-size: 14px;
    }

    .btn-lg-square {
        width: 40px;
        height: 40px;
        font-size: 13px;
        font-weight: 500;
    }

    .brand_image {
        width: 120px;
        height: 80px;
    }

    .brand-sections {
        flex-wrap: wrap;
    }

    .card-custom2,
    .joining_card {
        border-radius: 0;
        padding: 20px;
    }

    .card_header {
        gap: 10px;
    }

    .joining_card p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .joining_card .card_header h5 {
        font-size: 22px;
    }

    .pg-nav .page-link.pg-circle {
        width: 35px;
        height: 35px;
    }

    .card-custom2 p {
        font-size: 14px;
    }

    .card-top {
        padding: 25px 0;
    }

    .card_body {
        padding: 25px 15px;
    }

    .icon-primary {
        font-size: 24px;
    }

    .card_body p,
    .card_body li {
        font-size: 14px;
    }

    .our_story {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .our_story .col-content,
    .our_story .col-image {
        width: 100%
    }

    .col-image {
        height: 270px;
        border-radius: 0;
    }

    .pad_40 {
        padding: 20px 15px;
    }

    .custom-card-footer {
        gap: 15px;
        margin-top: 1rem;
        flex-direction: column;
    }

    .theme-style-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .col-content h3 {
        font-size: 32px;
    }

    .col-content p {
        font-size: 14px;
    }

    .brand__image {
        opacity: 1 !important;
        width: 100px !important;
        max-width: 100px !important;
        height: auto !important;
    }

    .list-view .campaign-card {
        height: 130px;
    }

    .list-view .campaign-img {
        width: 130px;
    }

    .list-view .campaign-body {
        padding: 5px 10px;
    }

    .campaign-title {
        font-weight: 600;
        font-size: 12px;
        margin-bottom: 0px;
    }

    .list-view .ribbon {
        width: 130px;
        height: 16px;
        background: var(--primary);
        color: white;
        font-size: 0.6rem;
        font-weight: 600;
        position: absolute;
        top: 9px;
        left: -46px;
        text-align: center;
        line-height: 16px;
        border-radius: 0 0 8px 0;
        z-index: 10;
        transform: rotate(-42deg);
    }

    .list-view .badge-continuous {
        top: 6px;
        right: 6px;
        position: absolute;
        background: var(--primary);
        color: white;
        font-size: 0.6rem;
        padding: 2px 3px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        gap: 4px;
        z-index: 2;
        bottom: unset;
    }

    .list-view .author-date {
        margin-bottom: 0;
    }

    .hero-section {
        position: relative;
        height: calc(50vh);
    }

    .program_titles {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .hero__title_text {
        font-size: 28px;
    }

    .hero_top_title_text {
        font-size: 16px;
    }

    .banner_text_p {
        font-size: 16px !important;
    }

    .logo-part {
        width: 50px;
    }

    .logo3 {
        bottom: 32px;
        right: -82px;
    }

    .logo2 {
        top: 231px;
        left: 110px;
    }

    .logo1 {
        top: 60px;
        left: -100px;
    }

    .anim_container {
        margin-bottom: 0px !important;
    }


}