/* Initially hide all items for desktop and mobile */
.filter-item.news-desktop {
    display: none;
}

.filter-item.news-mobile {
    display: none;
}

/* For desktop: Show the first 4 items */
@media (min-width: 992px) {
    .filter-item.news-desktop:nth-child(-n+4) {
        display: block;
    }
}

/* For mobile: Show the first 4 items */
@media (max-width: 991px) {
    .filter-item.news-mobile:nth-child(-n+4) {
        display: block;
    }
    .news-desktop {
        display: none!important;
    }
}

.pb-0{
    padding-bottom: 0px;
}
.alt_content .btn-u{
    margin: 20px auto 0;
    padding: 10px 16px;
    text-align: center;
    display: table;
    width: auto;
    min-width:160px
}
.m-t-30{
    margin-top:30px
}
.m-t-5{
    margin-top:5px
}
.m-b-5{
    margin-bottom:5px
}
.alt_content hr{
    height:2px;
}
.grey-color {
    color:grey;
    font-weight: 700;
}
.show-read-more .more-text{
    display:none;
}
.filter-item{
    display:none;
}
.rounded-top-4 {
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
}
.owl-carousel {
    -ms-touch-action: none;
    touch-action: none;
}
