.stack{display:grid;gap:40px 15px;grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.stack>.item{text-decoration:none}.stack>.item>span{display:block;text-align:center}.stack>.item>.image{width:70px;height:70px;background-repeat:no-repeat;background-position:center;background-size:cover;margin:0 auto 10px}.stack>.item>.title{color:#6d7479}.stack>.item>.category{font-size:14px;color:#a4aaaf}@media screen and (max-width:767px){.stack{gap:30px 10px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}