﻿.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.BrakingStoryDesign2 .group:hover .TitleTab {
    color: var(--Primary);
    transition: color .3s ease;
}
.BrakingStoryTitle{
    font-size:18px;
}
@media (max-width: 480px) {
    .BreakingNewsHome {
        height: 222px;
    }
}

@media (min-width: 451px) and (max-width: 640px) {
    .BreakingNewsHome {
        height: 300px;
    }
}


@media (min-width: 641px) and (max-width: 699px) {
    .BreakingNewsHome {
        height: 340px;
    }
}

@media (min-width: 700px) and (max-width: 999px) {
    .BreakingNewsHome {
        height: 384px;
    }
}