.tech-stack__cards{margin-top:var(--space-7);row-gap:var(--space-5)}.tech-card{height:100%;position:relative}.tech-card__panel{--notch-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 85'%3E%3Cpath fill='%23fff' d='M0 0h80C68.954 0 60 8.954 60 20v25c0 11.046-8.954 20-20 20H20C8.954 65 0 73.954 0 85Z'/%3E%3C/svg%3E");background-color:var(--color-white);border-radius:16px;display:flex;flex-direction:column;height:100%;-webkit-mask:var(--notch-mask) top left /68px 72px no-repeat,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:var(--notch-mask) top left /68px 72px no-repeat,linear-gradient(#000 0 0);mask-composite:exclude;padding:100px 36px 36px}.tech-card__icon{align-items:center;display:flex;height:48px;justify-content:center;left:0;position:absolute;top:4px;width:48px;z-index:2}.tech-card__icon img,.tech-card__icon svg{height:36px;object-fit:contain;width:36px}.tech-card__title{color:var(--color-heading);font-size:1.375rem;font-weight:500;margin:0 0 var(--space-3)}.tech-card__text{color:var(--color-secondary);margin:0}.tech-card__tags{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:auto 0 0;padding:var(--space-5) 0 0}.tech-card__tag{background-color:rgba(14,24,58,.06);border-radius:999px;color:var(--color-secondary);font-size:13px;padding:6px 14px}