
.product_column_casestudy {
	padding: 50px 0;
}
.product_column_casestudy .col-sm-height {
	margin: 30px 0;
}
.product_column_casestudy .bg-white > div {
	height: 100%;
	padding: 15px 0 50px;
}
.product_column_casestudy .box-link {
	position: absolute;
    bottom: 10px;
    width: calc(100% - 30px);
}
.product_column_casestudy .col-img {
	width: 100%;
    height: 165px;
    max-width: 320px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 20px;
}
@media (min-width: 992px) {
	.product_column_casestudy .cs-col {
		width: calc(33.3333% - 30px);
		margin: 0 15px;
	}
}
@media (min-width: 768px) {
	.product_column_casestudy .cs-col {
		width: calc(50% - 30px);
		margin: 0 15px;
	}
}
@media (max-width: 991px) {
	.product_column_casestudy {
		padding: 20px;
	}
}
@media (max-width: 768px) {
	.product_column_casestudy .container {
		text-align: center;
	}
	.product_column_casestudy .box-link {
		width: 100%;
	}
}
