.vh-steps{background:#efefef;padding:56px 0}.vh-steps__heading{margin:0 0 28px}.vh-steps__list{counter-reset:none;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);list-style:none;margin:0;padding:0}.vh-steps__item{align-items:flex-start;display:flex;gap:14px}.vh-steps__number{align-items:center;background:#231f20;border-radius:50%;color:#fff;display:flex;flex:0 0 auto;font-size:18px;font-weight:700;height:40px;justify-content:center;width:40px}.vh-steps__title{font-size:17px;margin:8px 0 6px}.vh-steps__text{color:#4b4b4b;font-size:15px;margin:0}@media (max-width:1024px){.vh-steps__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.vh-steps{padding:40px 0}.vh-steps__list{gap:18px;grid-template-columns:1fr}}