.category{padding:2em 0}.category-title{width:100%;padding:0 5%;padding-bottom:1em;text-align:center}.category-grid{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:2em;-moz-column-gap:2em;column-gap:2em;grid-row-gap:2em;row-gap:2em}.category-item{position:relative}.category-item img{position:relative;width:100%;aspect-ratio:1/1;max-height:65dvh;-o-object-fit:cover;object-fit:cover;z-index:0}.category-item h2{position:absolute;color:#fff;left:0;right:0;width:100%;padding:1em;bottom:5%;z-index:2;text-align:center}.category-item::before{z-index:1;content:"";width:100%;height:50%;position:absolute;left:0;bottom:0;transition:all ease-in .2s;opacity:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%)}.category-item:hover::before{opacity:1}@media screen and (max-width: 991px){.category{padding:2em 1em}}@media screen and (max-width: 767px){.category-grid{grid-template-columns:1fr}}
