/*
.row, .same-height-row {
    display: table;
}

[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.same-height  {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.box2 {
        height: auto !important;
    }
*/
@media only screen and (max-width : 767px) {
    .box {
        height: auto !important;
    } 
    .box2 {
        height: auto !important;
    } 
	box3 {
        height: auto !important;
    } 
}
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
.ch-info-back {
	padding:30px;
	}
@media (max-width: 524px) {
.ch-grid li {
	width: 170px;
	height: 170px;
	display: inline-block;
	margin: 0px;
}
.ch-info-back {
	padding:15px;
	}
.ch-info-back a h3 {
	font-size:18px;
	}
}

@media (min-width: 792px) {
.ch-info-back {
	padding:30px;
	}
}
