.vaneve-steps{padding-bottom:3rem;padding-top:3rem}.vaneve-steps__steps{background:var(--secondary);border-radius:8px;display:flex;flex-direction:column;gap:2rem;padding:2rem;padding-inline:1rem}.vaneve-steps__steps__step{border-radius:8px;max-width:550px;padding-left:80px;position:relative;width:fit-content}.vaneve-steps__steps__step:nth-of-type(2n){margin-left:auto;margin-right:0;padding-left:0;padding-right:80px}.vaneve-steps__steps__step__wrapper{display:flex}.vaneve-steps__steps__step__index{left:30px;line-height:1;margin:0;position:absolute;top:50%;transform:translateY(-50%)}.vaneve-steps__steps__step:nth-of-type(2n) .vaneve-steps__steps__step__index{left:auto;right:30px}.vaneve-steps__steps__step__content{background:var(--light);border-radius:8px;box-shadow:19px 16px 4px 0 #0000004d;color:var(--primary)}.vaneve-steps__steps__step__content__wrapper{align-items:center;border-radius:8px;box-shadow:inset 8px 9px 3px 0 #fff;display:flex;flex-direction:column;gap:24px;justify-content:space-between;padding:2rem;text-align:center}.vaneve-steps__steps__step__content h3,.vaneve-steps__steps__step__content p{margin:0}.vaneve-steps__steps__step__content svg{fill:var(--primary);width:50px}@media (min-width:992px){.vaneve-steps__steps__step,.vaneve-steps__steps__step__content{border-radius:8px}.vaneve-steps__steps{border-radius:8px;padding-inline:2rem}.vaneve-steps__steps__step__content__wrapper{border-radius:8px}}@media (min-width:1200px){.vaneve-steps__wrapper{display:grid;gap:50px;grid-template-columns:1fr 2fr}}