.product-showcase {
	background: #e7e7e8;
	padding-bottom: 30px;
}

h4 {
	color: #017cba;
	text-transform: uppercase;
	text-align: center;
}

.blue-callout {
	text-align: left;
}

.subtext {
	display: block;
	margin-top: -13px;
	margin-bottom: 7px;
	font-size: 0.8em;
	text-transform: uppercase;
}

.showcase_item_wrapper {
	text-align: center;
	background: #fff;
	min-height: 290px;
	position: relative;
	padding: 10px 5px 5px 5px;
	margin-bottom: 25px;
}

.showcase_item_wrapper img {
	margin: 0 auto 13px auto;
}

.btn-product {
	background: #017cba;
	border-radius: 0;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-transform: uppercase;
	transition: background 0.3s;
}

.button-text {
	line-height: 1.9;
}

.btn-product:hover { 
	color: #fff;
	background: #fcce01;
}

.about {
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.5;
}

@media (max-width: 992px) {
	.blue-callout {
		text-align: center;
	}
	.about {
		text-align: justify;
	}
}

@media (max-width: 767px) {

}