.our-tech{margin:60px 0}.our-tech h2{font-size:38px;margin-bottom:28px}.our-tech .tech-wrapper{align-items:flex-start;display:flex;gap:40px}.our-tech .tech-stack{background:#fff;border:1px solid #e0e4ea;border-radius:8px;overflow:hidden;width:260px}.our-tech .tab-nav{align-items:center;background:#fff;border-bottom:1px solid #e0e4ea;color:#24324a;cursor:pointer;display:flex;font-size:16px;font-weight:500;justify-content:space-between;line-height:1.4;margin:0;padding:16px 20px;position:relative}.our-tech .tab-nav:last-of-type{border-bottom:none}.our-tech .tab-nav:before{background:transparent;border-radius:4px;bottom:0;content:"";left:0;position:absolute;top:0;transition:background .2s ease;width:3px}.our-tech .tab-nav:after{border-bottom:2px solid #8c96a5;border-right:2px solid #8c96a5;content:"";height:8px;transform:rotate(45deg);transition:transform .2s ease,border-color .2s ease;width:8px}.our-tech .tab-nav.active{background:#f7fafc;color:#0f9d58}.our-tech .tab-nav.active:before{background:#0f9d58}.our-tech .tab-nav.active:after{border-color:#0f9d58;transform:rotate(-135deg)}.our-tech .tech-stack-content{flex:1}.our-tech .tab-item{display:none}.our-tech .tab-item.active{display:flex;flex-wrap:wrap;gap:32px}.our-tech .tab-item figure{margin:0;text-align:center;width:120px}.our-tech .tab-item img{background:#1a3148;border-radius:8px;display:block;height:80px;margin:0 auto 10px;object-fit:contain;padding:2px;width:80px}.our-tech .tab-item figcaption{color:#364152;font-size:14px}@media (max-width:768px){.our-tech .tech-wrapper{flex-direction:column}.our-tech .tab-item.active{justify-content:center}}