@media(max-width: 849px) {

    .breadcrumb,
    .breadcrumb a {
        font-size: 16px;
        line-height: 20px;
    }

    .breadcrumb span {
        font-size: 24px;
        line-height: 28px;
    }

    /* header */
    .off-canvas-left.mfp-ready .mfp-content {
        background-color: white !important;
    }

    .main-menu-overlay {
        background-color: #000000 !important;
    }

    .mobile-nav .icon-menu {
        color: white;
    }

    .posts-by-views .post-item {
        width: 50%;
        padding-left: 0;
        padding-right: 0;
    }

    .center-circle {
        width: 180px;
        height: 180px;
    }

    .center-circle h3 {
        font-size: 13px;
    }

    .section-review .slick-arrow {
        right: 16px;
    }

    .hero-grid {
        grid-template-rows: auto;
        grid-template-areas:
            "main main"
            "side-1 side-1"
            "side-2 side-2"
            "side-3 side-3";
    }

    .hero-item:not(.item-1) .post-image img {
        min-width: 300px;
        max-width: 300px;
    }
}


@media(max-width: 549px) {
    .banner-section .col-left h2 {
        font-size: 26px;
    }

    .cs-title h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .cs-title::after {
        width: 24px;
    }

    .banner-section .bg-one {
        max-width: 200px;
    }

    .banner-section .bg-two {
        max-width: 230px;
    }

    .circle-wrapper {
        margin-top: 0;
    }

    .circle {
        font-size: 10px;
        padding: 6px;
    }

    .center-circle {
        width: 170px;
        height: 170px;
    }

    .center-circle h3 {
        font-size: 12px;
    }

    .section-latest-post .main-post .box-text {
        max-width: 70%;
        left: 12px;
        padding: 0;
    }

    .section-latest-post .mini-post .box-text {
        padding: 16px 0 0;
    }

    .section-category .list-post .post-title a,
    .posts-by-views .post-item .post-content h4,
    .section-latest-post .mini-post .post-title a,
    .section-latest-post .main-post .box-text .post-title a {
        font-size: 16px;
        line-height: 24px;
    }

    .posts-by-views .post-item {
        width: 100%;
    }

    .section-review .item-review {
        padding: 16px;
    }

    .section-review .item-review .col-inner::before {
        display: none;
    }

    .section-review .slick-dots {
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
    }

    .hero-item:not(.item-1) .post-image img {
        min-width: 150px;
        max-width: 150px;
    }

    .hero-item.item-1 .post-content {
        left: 16px;
        width: 70%;
    }

    .hero-item.item-1 .post-title a {
        font-size: 20px;
        line-height: 26px;
    }

    .hero-item .post-title a {
        font-size: 16px;
        line-height: 20px;
    }

    .blog-archive .post-item .box-blog-post {
        flex-direction: column;
        gap: 12px;
    }

    .blog-archive .post-item .box-text {
        padding-left: 0;
    }

    .blog-archive .post-item .post-title a {
        font-size: 16px;
    }

    .blog-archive .post-item .box-image {
        width: 100% !important;
        max-width: unset;
        aspect-ratio: 16 / 9;
    }

    .blog-archive .nav-pagination {
        justify-content: center;
    }

    .blog-archive .post-sidebar ul a {
        font-size: 16px;
        line-height: 20px;
    }

    .blog-archive .post-sidebar .widget-area {
        padding: 16px;
    }

    .blog-archive .nav-pagination .page-number {
        font-size: 12px;
        height: 34px;
        width: 34px;
    }

    .blog-archive .nav-pagination .page-number.next {
        margin-left: 20px;
    }

    .blog-archive .nav-pagination .page-number.prev {
        margin-right: 20px;
    }
}