.category-list-cont{display:grid;grid-template-columns:1fr 1fr 1fr;gap:25px;padding:0 20%;position:static;z-index:500;text-align:center;color:#494949;font-size:14px}.single-category-list{background-color:#fff;display:flex;justify-content:center;align-items:center;padding:13px 20px;border-radius:35px;height:60px;transition:background-color .2s ease,color .3s ease,box-shadow .3s ease;box-shadow:0 8px 24px hsla(210,8%,62%,.2)}.single-category-list:hover{background-color:#206cd6;color:#fff;box-shadow:0 4px 20px rgba(0,0,0,.2)}@media (width <= 1060px){.category-list-cont{padding:0}}@media (width <= 680px){.category-list-cont{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:0 5%}}@media (width <= 600px){.category-list-cont{display:none}}