.boxWrap {
    padding: 25px;
    margin-bottom: 30px;
}

.boxContent h4 {
    margin-bottom: 10px;
    height: 55px;
}


@media screen and (min-width:992px) {
    .boxWrap {
        height: 280px;
    }
}


/*.boxContent {
    overflow: hidden;
    text-overflow: ellipsis;
}*/
