@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");.steps-wrapper{margin:0 auto;max-width:1320px;position:relative}.steps-wrapper h2{font-family:Syne;font-size:40px;font-weight:400;line-height:120%;margin-bottom:40px}.steps{display:flex;flex-wrap:wrap;gap:36px}.step{border-radius:10px;box-shadow:0 0 50px rgba(0,0,0,.15);display:flex;flex:0 0 calc(33.333% - 24px);flex-direction:column;gap:20px;padding:40px}.step .number{color:#af10af;font-family:Syne;font-size:64px;font-weight:400;line-height:120%}.step h3{font-size:24px;font-weight:400;line-height:120%}.step h3,.step p{color:#181818;font-family:Roboto;margin:0}.step p{font-size:16px;line-height:150%}@media(max-width:1080px){.step{border-radius:10px;flex:0 0 calc(50% - 18px);padding:30px}}@media(max-width:767px){.steps{flex-direction:column;gap:20px}.step{flex:1;gap:16px;padding:20px 30px 30px}.step .number{line-height:100%}.steps-wrapper h2{margin-bottom:30px}}