.feed-1-xl,
.feed-2-xl {
    display: block;
}

.feed-1-md,
.feed-2-md {
    display: none;
}

@media screen and (max-width: 1024px) {
    .feed-1-xl,
    .feed-2-xl {
        display: none;
    }

    .feed-1-md,
    .feed-2-md {
        display: block;
    }
}

@media screen and (max-width: 425px) {
    .feed-1-md,
    .feed-2-md,
    .feed-1,
    .feed-2 {
        width: 50%;
    }

    .kolom-pencarian {
        width: 90% !important;
    }
}

@media screen and (max-width: 375px) {
    .carousel-image {
        height: 11.5rem !important;
    }

    .col-stat-artikel {
        padding: 0;
    }

    .target-like img,
    .target-nolike img {
        width: 10px;
    }

    .target-like span,
    .target-nolike span {
        font-size: 10px;
    }

    .kolom-pencarian {
        width: 88% !important;
    }

    .carousel-image {
        height: 9.7rem !important;
    }

    .carousel-image.carousel-image-teknologi {
        height: 11.4rem !important;
    }

    .carousel-image.carousel-image-olahraga {
        height: 11.4rem !important;
    }

    .carousel-image.carousel-image-gaya-hidup {
        height: 11.4rem !important;
    }
}

@media screen and (max-width: 320px) {
    .carousel-image.carousel-image-teknologi {
        height: 9.7rem !important;
    }

    .carousel-image.carousel-image-olahraga {
        height: 9.7rem !important;
    }

    .carousel-image.carousel-image-gaya-hidup {
        height: 9.7rem !important;
    }
}
