.home-product-categories{padding:5rem 0}.home-product-categories .category-card{display:flex;flex-direction:column;height:100%;border:1px solid #dee2e6;border-radius:.75rem;overflow:hidden;background:#fff}.home-product-categories .card-media{aspect-ratio:4 / 3;background:#f8f9fa;overflow:hidden}.home-product-categories .card-media img{transition:transform 0.35s ease}.home-product-categories .category-card:hover .card-media img{transform:scale(1.05)}.home-product-categories .card-body{display:flex;flex-direction:column;flex:1;padding:1.5rem}.home-product-categories .card-title{margin-bottom:1rem}.home-product-categories .card-description{flex:1;margin-bottom:1.5rem}.home-product-categories .card-actions{margin-top:auto}@media (max-width:991.98px){.home-product-categories{padding:4rem 0}.home-product-categories .category-card{margin-bottom:1.5rem}}@media (max-width:575.98px){.home-product-categories{padding:3rem 0}}