@media screen and (max-width: 1200px) {
    /* Hide scrollbar for Chrome, Safari and Opera */
    ::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    * {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .AchievementsArtGH {
        display: none;
    }

    #Achievements .col-lg-7 {
        width: 100%;
    }

    .BannerDiv {
        width: 100%;
    }

    .ProjectItemText h4 {
        font-size: 14px;
    }

    .ProjectItemText label {
        font-size: 11px;
    }

    .LatestEventItemText h5 {
        font-size: 13px;
    }

    .LatestEventItemMain p {}

}
