.steps{display:grid;grid-gap:20px}@media (min-width:768px){.steps{grid-gap:50px;grid-template-columns:repeat(3,1fr)}}.steps__item{display:flex;flex-direction:column}.steps__item-visual{display:block}.steps__item-caption-title{margin:0 0 .75em}.steps__item-caption-text{margin:0}.steps__item--single .steps__item-count{display:inline-block;font-size:18px;font-size:calc(.0012048193 * 2 * (100vw - 480px) + 18px);background:#0090e3;color:#fff;font-weight:500;border-radius:4px;text-align:center;width:50px;height:50px;line-height:50px;margin:0 0 1.5em}.steps__item--visual{border:1px solid #ddd;position:relative;border-radius:4px;overflow:hidden}.steps__item--visual .steps__item-count{display:inline-block;position:absolute;top:10px;left:10px;background:#0090e3;color:#fff;font-weight:500;border-radius:4px;text-align:center;width:30px;height:30px;line-height:30px}.steps__item--visual .steps__item-caption{flex:1;padding:1.5em}