.explorebyCat ul{display:flex;flex-wrap:wrap;gap:0 10px;justify-content:space-between;list-style:none;margin:0;padding:0}.explorebyCat ul li{background:linear-gradient(90deg,#fffcf0,#fff6ee) padding-box,linear-gradient(90deg,#ffe259,#ffa751) border-box;border:1px solid transparent;border-radius:12px;display:flex;padding:10px 8px;width:calc(33.333% - 10px)}.explorebyCat ul li a{display:inline-flex;gap:10px}.explorebyCat ul li a svg{min-width:13px;position:relative;top:3px}@media (max-width:767px){.explorebyCat ul li{width:calc(50% - 10px)}}