.content-modules .box .box-content .resize {
    margin: 0px;
}
.content-modules .box .box-content .carousel-inner .item .grid {
    margin: 0px;
}

.box .box-content .resize {
margin: 0px;
min-height: 200px;
position: relative;
background-size: cover;
background-position: center center;
}

.box .box-content .btn-box {
display: block;
text-align: center;
padding: 10px;
margin: 0px; 
color: #fff;
text-decoration: none;
font-size: 36px
}
.box .box-content{
 border-radius:0px;
    background:#fff;
    overflow:hidden;
    position:relative
}

<!-—//.box{
margin-bottom: 20px;
padding: 3px;
border-radius: 8px;
border: 1px solid #ccd1d9;
background: #f5f7fa;
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
box-shadow: 0 2px 4px rgba(0,0,0,.1);
}//—->

.box .box-content h4{
margin: 0;
padding: 10px;
border: 0;
border-bottom-width: 1px;
border-style: solid;
}