@media(min-width:768px){.home-cat{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.home-cat>.cat-item{display:grid;grid-row:span 4;grid-template-rows:subgrid;min-width:0}.home-cat>.cat-item>.meta{display:flex;background:#fff}.home-cat>.cat-item>.meta>a{display:flex;width:100%}.home-cat>.cat-item>.meta h5{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box}}@media(max-width:767px){.home-cat{display:block}.home-cat>.cat-item{display:block;margin:1rem 0 2rem;min-width:0}.home-cat>.cat-item:last-child{margin-bottom:0}.home-cat .cat-img img{width:100%;height:auto}}
