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

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

.swiper-button-prev.new {
    color: #2B2B2B;
    /* opacity: 0; */
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
}
.swiper-button-prev.new::after {
    font-size: 15px;
}
.swiper-button-next.new {
    color: #2B2B2B;
    /* opacity: 0; */
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
}
.swiper-button-next.new::after {
    font-size: 15px;
}