@media screen and (max-width: 480px) {

    .lb_post_items_view {
        width: 100%;
    }


    .srvice_item {
        flex: 100%;

    }

    .count_item {
        width: 100%;

    }

    .ws_box {
        width: 100%;
    }

    .lb_post_items_view {
        width: calc(100% / 1 - 7px) !important;
    }

    .uc_inner_box {
        min-height: 377px;

        width: 100%;
        background: white;
        overflow: hidden;
        flex-direction: column;
    }

    .uc_inner_img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .uc_inner_desc {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .count_box {

        gap: 21px;
        padding: 10px;

    }

    .srvice_item img {
        max-height: 100%;

    }

    .karnama_menu {
        display: flex;
        gap: 35px;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 30px;
        transition: all ease 1s;
    }

    .karnama_menu li a {

        font-size: 1.2rem;

    }

    .mm_close {
        padding: 10px;
        text-align: left;
        margin: 10px 0 0 10px;
    }

    .mm_close i {
        color: red
    }
    .kn_brand_items {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .archive_item {
        width: 100%;

    }
    .breadcrumb ul li{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sit_log{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

