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