.pilot-steps{background:transparent;color:#fff;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.pilot-steps__cell--intro{flex-direction:column;padding:22px 8px;text-align:center}.pilot-steps__cell--intro,.pilot-steps__icon{align-items:center;display:flex;justify-content:center}.pilot-steps__icon{margin:0 auto 14px}.pilot-steps__heading{text-align:center}.pilot-steps__heading p{font-size:24px;font-weight:800;line-height:1.25;margin:0}.pilot-steps__cell--step{align-items:center;border:1px solid;border-radius:16px;display:flex;gap:16px;padding:22px}.pilot-steps__thumb{border-radius:10px;flex:0 0 auto;height:140px;overflow:hidden;width:249px}.pilot-steps__thumb img{display:block;height:100%;object-fit:cover;width:100%}.pilot-steps__num{color:var(--Primary-50,#e9f1f2);flex:0 0 auto;font-family:var(--Fonts-FontFamily-FF1,Poppins);font-size:var(--Font-H1-Size,72px);font-style:normal;font-weight:700;line-height:var(--Font-H1-LineHeight,88px)}.pilot-steps__label{color:#e9f1f2;font-weight:400}@media (max-width:768px){.pilot-steps{grid-template-columns:1fr}.pilot-steps__cell--step{flex-wrap:wrap}}