.stacked-cards-container{flex-direction:column;align-items:center;gap:0;width:100%;display:flex;position:relative}.stacked-card{background-color:hsl(var(--card));width:90%;max-width:1200px;min-height:400px;color:hsl(var(--card-foreground));will-change:transform;transform-origin:top;border-radius:24px;flex-direction:column;justify-content:center;margin-bottom:15vh;padding:3rem;display:flex;box-shadow:0 10px 40px #0000001a}@media (max-width:768px){.stacked-card{margin-bottom:10vh;padding:2rem}.stacked-card:last-child{margin-bottom:0}}
