.techstack-list{display:grid;gap:15px;grid-auto-flow:row;grid-template-columns:repeat(2,auto)}.tech{align-items:center;background-color:var(--deazy-white);border-radius:16px;box-shadow:0 0 40px rgba(0,0,0,.08);display:flex;padding:1rem .75rem}@media(max-width:768px){.tech:last-of-type{display:none}}.tech__title{margin:0 0 0 .5rem}@media(min-width:768px){.techstack-list{grid-template-columns:repeat(5,1fr)}}