/* responsive.css */
@media (max-width:991px){
	.hero{
		text-align:center;
		min-height: auto;
	}

}
@media (max-width:767px){
	.display-4{font-size:2.2rem}
	.product-card img{height:180px}
	.category .d-flex{justify-content:center!important}
}
