.steps__wrapper{column-gap:1.5rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(1,minmax(0,1fr));row-gap:1.5rem}.steps__item{background:radial-gradient(100% 100% at 50% 0,var(--Blue-10,#262956) 60.58%,var(--Blue-20,#535abc) 100%);display:flex;flex-direction:column;gap:1rem;min-height:340px;padding:1rem}.item__header-wrapper{align-items:center;display:flex;gap:1.5rem}@media (max-width:1024px){.steps__wrapper{grid-template-columns:repeat(2,1fr)}.item__header-wrapper img{height:48px;width:48px}}@media (max-width:767px){.steps__wrapper{grid-template-columns:1fr}.item__header-wrapper img{height:32px;width:32px}.steps__item{min-height:260px}}