.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: 20%;
    float: left;
}

.cwiw a:hover{
    text-decoration: none;
}
/*02-60-2022*/
@media only screen and (min-width: 320px) and (max-width: 550px) {
    .cwiw .row .col-md-4 {
        width: 49%;
        float: none;
        display: inline-block;
    }
    .cwiw .row
    {
        margin: 0 !important;
    }
  }
  @media only screen and (min-width: 551px) and (max-width: 767px) {
    .cwiw .row .col-md-4{
        width: 33%;
        float: left;
    }
  }