#section-products .productListBox {
	align-items: stretch;
}

#section-products .productListBox > [class*="col-"] {
	display: flex;
}

#section-products .productListBox .bg-color-3 {
	background: #f3f8ff;
	border: 1px solid rgba(31, 79, 134, .14);
	box-shadow: 0 16px 34px rgba(13, 36, 62, .08);
	display: flex;
	flex-direction: column;
	min-height: 250px;
	width: 100%;
}

#section-products .productListBox .bg-color-3 > .text-center {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 30px 24px !important;
}

#section-products .productListBox img.w-80 {
	height: 118px;
	max-width: 82%;
	object-fit: contain;
	width: 100%;
}

#section-products .productListBox h4 {
	color: #0b2b48;
	font-size: 1.2rem;
	line-height: 1.25;
	margin: 20px 0 0;
	text-align: center;
}

#section-products .productListBox .hover .absolute {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

#section-products .productListBox .btn-main {
	margin-top: 10px;
}

@media (max-width: 575px) {
	#section-products .productListBox .bg-color-3 {
		min-height: 220px;
	}

	#section-products .productListBox img.w-80 {
		height: 96px;
	}
}
