.tech_stack_group{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(7,1fr);gap:24px;margin-top:40px;display:grid}.tech_stack_card_inner{z-index:2;text-align:center;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:100%;padding:20px;display:flex;position:relative}.tech_stack_image.astro{filter:brightness(0)}.tech_stack_image{height:45px;width:auto!important}.dark .tech_stack_image.astro{filter:unset}.dark .tech_stack_card_inner{background-color:#202020}.tech_stack_card_outer{aspect-ratio:1;border:1.5px solid var(--border);background:0 0;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:140px;font-weight:500;display:flex;position:relative;overflow:hidden}@media screen and (max-width:1200px){.tech_stack_card_outer{width:100%}.tech_stack_group{grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:1024px){.tech_stack_card_outer{width:100%}.tech_stack_group{grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:768px){.tech_stack_group{grid-template-rows:repeat(5,1fr);grid-template-columns:repeat(4,1fr);gap:10px}}@media screen and (max-width:500px){.tech_stack_card_outer{border-radius:12px;width:100%}.tech_stack_group{grid-template-rows:repeat(6,1fr);grid-template-columns:repeat(3,1fr)}.tech_stack_image{width:30px}.tech_stack_card_inner{gap:5px;font-size:14px}}
