.tech-container{max-width:var(--layout-max-width);padding:3rem var(--layout-padding-x) 5rem;margin:0 auto}.shadow-background-work{background-color:#0003;height:100%;min-height:100vh}.sub-header{margin-top:5rem;margin-bottom:2rem;margin-left:0}.main-text{width:100%;max-width:var(--layout-max-width);grid-template-columns:repeat(3,minmax(200px,1fr));justify-items:start;gap:2rem 0;margin:0 auto;display:grid}.main-text .card{justify-self:stretch;width:100%!important;min-width:unset!important;max-width:100%!important}@media (width<=768px){.shadow-background-work{height:auto;min-height:auto}.tech-container{padding:2rem var(--layout-padding-x) 3rem}.sub-header{margin-top:2rem;margin-bottom:1rem}.main-text{grid-template-columns:1fr;gap:1.5rem}.main-text .card{max-width:100%}}@media (width>=1200px){.main-text{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}
