@media only screen and (max-width: 1280px) {
    .SANGcontainer {
        margin: var(--spacing-none) var(--spacing-4xl);
        max-width: calc(100% - 32px) !important;
    }

    .Home-sectionTitle {
        font-size: var(--Display-xsF);
        line-height: var(--Display-xsL);
    }

    .Mainservices .card-title {
        font-size: var(--Text-mdF);
        line-height: var(--Display-mdL);
    }

    .Mainservices .card-dis, .showAllBTN, .showAllBTNDBg, .Mainservices .card-btn, .project-item .p-detail, .project-item a, .ImportantLinks-item .p-detail, .ImportantLinks-item a, .HomeNews-item .card-body .Home-news-brief, .EventDate .EventDateDM .Month {
        font-size: var(--Text-smF);
        line-height: var(--Text-smL);
    }

    .Mainservices .card-dis, .project-item .p-detail, .ImportantLinks-item .p-detail, .Biography-item .p-detail {
        min-height: 60px;
    }

    .project-item .img-container img {
        height: 243px;
    }

    .Biography-item .img-container img {
        height: 180px;
    }

    .Important-item .img-container img {
        height: 160px;
    }

    .project-item h3, .ImportantLinks-item h4, .Biography-item h4, .Event-item .EventTitle, .HomeNews-item .card-body .Home-news-title {
        font-size: var(--Text-mdF);
        line-height: var(--Text-mdL);
    }

    .porjectsSection .Projects {
        width: 90%;
        margin: auto;
    }

    .ImportantSection .Important {
        width: 90%;
        margin: auto;
    }

    .BiographySection .Biography {
        width: 90%;
        margin: auto;
    }

    .UpcomingEvents .splide__track {
        height: calc(446px) !important;
    }

    .HomeNews-item img {
        height: 225px;
        object-fit: cover;
    }

    .EventDate .EventDateDM .Day {
        font-size: var(--Display-xsF);
        line-height: var(--Display-xsL);
    }

    .EventDate {
        padding-left: var(--spacing-md);
    }

    .EventList-item {
        height: 90%;
    }

    .Event-item .EventTitle {
        -webkit-line-clamp: 2;
    }

    .EventDate {
        display: flex;
        align-items: center;
    }
    .HomeNewsImage {
        display:block;
    }
    .HomeNewsMobileImage {
        display:none;
    }
}

@media only screen and (max-width: 991px) {
    .Mainservices {
        flex-direction: column;
    }


    .awards-item span {
        color: var(--colors-gray-800);
        font-family: var(--IBMPlexSansAR-B);
        font-size: var(--Text-smF);
        line-height: var(--Text-smL);
        margin: var(--spacing-none);
        text-align: center;
    }

    .porjectsSection .Projects {
        flex-direction: column;
        max-width: 400px;
    }

    .ImportantSection .Important {
        flex-direction: column;
        max-width: 400px;
    }

    .BiographySection .Biography {
        flex-direction: column;
        max-width: 400px;
    }

    .ImportantLinksSection .ImportantLinks {
        flex-direction: column;
        max-width: 400px;
    }

    .NewsEvent .SANGcontainer {
        flex-direction: column;
        width: 80%;
    }

    .HomeNews-item img {
        height: 280px;
    }

    .info_tab_heading {
        padding-right: 0px;
    }

    .info_tabs_content {
        padding-right: 3%;
        padding-top: 130px;
    }
    .HomeNewsImage {
        display: none;
    }

    .HomeNewsMobileImage {
        display: none;
    }
    /*.Home-news-brief {
        display:none !important;
    }*/
}

@media only screen and (max-width: 600px) {
    .HomeNews-item img {
        height: 209px; 
    }

    .Home-sectionTitle {
        font-size: var(--Text-xlF);
        line-height: var(--Text-xlL);
    }

    .Important-item .p-detail {
        min-width: 250px
    }

    .Biography-item .p-detail {
        min-width: 250px
    }

    .Awards {
        flex-direction: column;
    }

    .Event-item .EventTitle {
        -webkit-line-clamp: 2;
        font-size: var(--Text-smF);
        line-height: var(--Text-smL);
    }

    .Event-tag p {
        font-size: var(--Text-2xsF);
        line-height: var(--Text-2xsL);
    }

    .EventList-item {
        padding: var(--spacing-md);
         /* height: 90px;BY UI*/
    }

    .NewsEvent .SANGcontainer {
        /* width: 95%; */
    }

    .EventDate .EventDateDM {
        width: 60px;
    }


    .about-area .about-img {
        text-align: right;
        position: relative;
        margin-bottom: 100px;
    }

        .about-area .about-img > img {
            max-width: 90%;
        }

        .about-area .about-img:after {
            position: absolute;
            left: -12px;
            top: 50px;
            content: "";
            background-color: var(--color-secondary);
            width: 50%;
            height: 100%;
            z-index: -1;
        }

    .about-heading {
        text-align: center;
        background-color: transparent;
    }

        .about-heading > h2 {
            color: var(--color-secondary);
            font-size: 25px;
            line-height: 30px;
            padding: 0;
        }

    .about-content {
        text-align: center;
    }

        .about-content > p {
            font-size: 25px;
            line-height: 30px;
        }

    .about-content-subsection .btn {
        margin-right: auto;
    }

    .about-content-subsection {
        flex-direction: column-reverse;
    }

        .about-content-subsection span {
            margin-bottom: 35px;
            font-size: 18px;
            text-align: center;
        }

    .info_tabs_content {
        padding-right: 0;
        padding-top: 20px;
    }

    .tabs_content_text > p {
        max-width: 100%;
        width: 100%;
        color: var(--color-white);
        font-size: 16px;
        line-height: 29px;
    }

    .NewsEvent .container {
        max-width: 100%;
    }
    .SuggestionsTags a {
        font-size: 12px;
        line-height: 18px
    }
    .SuggestionsTags {
        flex-wrap: wrap;
    }

}
