.cwiw{
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
}
.cwiw .row{
    margin-bottom: 20px;
    margin-right: -15px;
    margin-left: -15px;
}
.cwiw .row:before,
.cwiw .row:after{
    display: table;
    content: " ";
}

.cwiw .row .col-md-4{
    width: 25%;
    float: left;
}

.col-md-4{
   /*background: #fff;*/
   
   /* padding: 12px;*/
    height: 100%;
    
    border: 1px solid transparent;
    transition: .2s;
    position: relative;
    padding: 0 16px 32px !important;
   /* background: url('../images/bg.png');*/
    right:15px;
    position: relative;
   
}
/*#maincontent{
    background-image: url('../images/bg.png');
}*/

.cat-main{
    padding: 20px 15px 20px 15px !important; 
    background-color: white;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 10%);
    border-radius: 20px;
}
.title_name{
    color:  #ed1c24;
    
}
.title{
    font-weight: bold;
    color:  #ed1c24;
}

.cwiw a:hover{
    text-decoration: none;
}

@media (min-width: 325px) and (max-width: 600px)  {

    .cwiw .row .col-md-4{
        width: 50%;
        float: left;
    }
}