.cate_heading{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 50px;
    color: #292c2a;
}
.cate_box{
    border-right: rgb(231, 231, 231) 1px solid;
    padding: 15px 5px;
    text-align: center;
    transition: transform .2s; 
}
.cate_box:hover{
    transform: scale(1.1); 
}
.cate_img{
    width: 60%;
}
.cate_text{
    font-size: 14px;
    margin: 20px 8px 15px 8px;
    font-weight: 400;
}
.cate_a{
    text-decoration: none;
    color: rgb(61, 61, 61);
}
.cate_a:hover{
    text-decoration: none;
    color: #07a55b;
}
/****************  @media only screen and   (min-width: 280px) and (max-width:480px) *******************/
@media only screen and (min-width: 280px) and (max-width:480px){
    .cate_heading{
        font-size: 23px;
        font-weight: 500;
        text-align: center;
    }
    .cate_box{
        border: rgb(231, 231, 231) 1px solid;
        padding: 15px 5px;
        text-align: center;
        transition: transform .2s; 
        width: 280px;
        margin: auto;
        margin-bottom: 20px;
    }
    .no_mo{
        display: none;
    }
}
/****************  @media only screen  (min-width: 480px) and (max-width:576px) *******************/
@media only screen and (min-width: 480px) and (max-width:576px){
    .cate_heading{
        font-size: 23px;
        font-weight: 500;
        text-align: center;
        
    }
    .cate_box{
        border: rgb(231, 231, 231) 1px solid;
        padding: 15px 5px;
        text-align: center;
        transition: transform .2s; 
        width: 280px;
        margin: auto;
        margin-bottom: 20px;
    }
    .no_mo{
        display: none;
    }

}
/****************  @media only screen (min-width: 576px) and (max-width:768px) *******************/
@media only screen and (min-width: 576px) and (max-width:991px){
    .cate_heading{
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        
    }
    .cate_box{
        border: rgb(231, 231, 231) 1px solid;
        padding: 15px 5px;
        text-align: center;
        transition: transform .2s; 
        margin: auto;
        margin-bottom: 20px;
    }
    .no_mo{
        display: none;
    }

}