.tech-stack-module{padding:80px 0}.tech-stack-module__container{align-items:flex-start;display:grid;gap:150px;grid-template-columns:1fr 1fr}.tech-stack-module__content{flex:0 0 auto}.tech-stack-module__cta{margin-top:27px}.tech-stack-module__heading{font-size:42px;font-weight:500;line-height:1.2;text-align:left}.tech-stack-module__cta--mobile{display:none}.tech-stack-module__cta .hs-cta-wrapper a{align-items:center;background-color:#1a1a1a;border-radius:50px;color:#fff;display:inline-flex;font-size:14px;font-weight:500;justify-content:center;padding:12px 24px;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.tech-stack-module__cta .hs-cta-wrapper a:hover{background-color:#333;transform:translateY(-2px)}.tech-stack-module__grid-wrapper{flex:1}.tech-stack-module__grid{display:flex;flex-wrap:wrap;gap:16px}.tech-stack-module__grid-item{align-items:center;aspect-ratio:16/9;background-color:#fff;border:1px solid #ddd;border-radius:10px;display:flex;justify-content:center;overflow:hidden;padding:8px;text-decoration:none;width:calc(25% - 12px);will-change:transform}.tech-stack-module__grid-item img{max-height:50px;will-change:transform}.tech-stack-module__image{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}@media (max-width:768px){.tech-stack-module__container{display:flex;flex-direction:column;gap:20px}.tech-stack-module__content{max-width:100%;text-align:center}.tech-stack-module__cta--desktop{display:none}.tech-stack-module__cta--mobile{display:block;margin-top:32px;text-align:center}.tech-stack-module__grid-item{width:calc(33% - 10px)}}