@import url("../../../Components/Carousel/carousel.css");
@import url("../../../Components/HighlightNews/highlightNews.css");
@import url("../../../Components/SearchBlog/searchBlog.css");
@import url("../../../Components/Blog/blog.css");
@import url("../../../Components/Newslatter/newslatter.css");
@import url("../../../Components/AllBlog/allBlog.css");

.blog_row .btn_blog {
    display: none; 
}

.blog_row {
    width: 100%;
}

.blog_news_container {
    justify-content: space-between;
}

strong#docs-internal-guid-49d6d183-7fff-a1cd-39d1-dffd859e8b17 {
    position: sticky;
    top: 100px;
}

#highlightNews {
    background-color: #00000008;
}

@media screen and (max-width: 540px) {
    .blog_row .title_section {
        font-size: var(--xmd);
    }

    .blog_news_container .blog_news_item {
        flex-direction: column;
        width: 100%;
        height: 100%;
        min-width: auto;
        min-height: auto;
    }

    .blog_news_container {
        justify-content: center;
        gap: 80px;
    }
}