﻿.latest-posts-section .heading-h4-black
 {
    font-size: 28px; line-height: 36px; color: #a24d24
}

.pagination {
    text-align: center;
}

.btn-redirect-blog a {
    font-size: 14px
}

.category-posts-section:last-child {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .latest-posts-section .heading-h4-black {
        font-size: 24px;
        line-height: 32px
    }
   
}

@media (max-width: 1199px) and (min-width: 744px) {
    .blog-head-action {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0 24px;
    }

    .blog-sidebar-top {
        display: flex;
        justify-content: space-between;
        align-items: start;
        margin-bottom: 12px;
    }

    .btn-menu_list {
        display: inline-block;
        margin-top: 24px
    }

    .blog-head-action #breadcrumb {
        width: 100%
    }

    .blog-sidebar {
        display: block;
        width: 0
    }

    .search-blog-page, .popular-posts-widget {
        display: none
    }

    .sidebar-widget {
        position: fixed;
        width: 70vw;
        height: 100vh;
        left: 0;
        background: #fff;
        top: 0;
        z-index: 27;
        padding: 16px;
        box-shadow: 0 2px 6px 0 #1018280f;
        display: none;
    }

    .new-cate-right ul {
        display: flex;
        gap: 12px;
        flex-direction: column
    }

    .sidebar-widget h4 {
        display: none
    }

    .widget-category.is-open {
        display: block;
    }

    #overlay2 {
        z-index: 16;
    }
}

@media (max-width: 1199px) {
    .section-blog-page .blog-page-heading {
        margin: 0 auto;
    }
}