.evh-home-entry-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:24px}
.evh-home-entry-steps article{position:relative;min-width:0;min-height:132px;padding:17px 14px 15px;border:1px solid #ded6ef;border-radius:16px;background:#ffffffd9;box-shadow:0 12px 30px rgba(54,35,84,.07);overflow:hidden}
.evh-home-entry-steps article:after{content:"";position:absolute;right:-24px;bottom:-34px;width:78px;height:78px;border:1px solid #7c54e610;border-radius:50%}
.evh-home-entry-steps article>span{display:grid;width:31px;height:31px;margin-bottom:13px;border-radius:10px;background:#eee8ff;color:#6a3cdd;font-size:10px;font-weight:950;letter-spacing:.04em;place-items:center}
.evh-home-entry-steps article:last-child{border-color:#d4c5f8;background:linear-gradient(145deg,#fff,#f3edff)}
.evh-home-entry-steps article:last-child>span{background:#7041e8;color:#fff;box-shadow:0 7px 16px #7041e82c}
.evh-home-entry-steps article div{position:relative;z-index:1;display:grid;gap:5px}
.evh-home-entry-steps b{color:#241d2d;font-size:12px;line-height:1.25}
.evh-home-entry-steps small{color:#777080;font-size:9px;line-height:1.45}
.evh-home-hero__copy .evh-home-entry-steps+.evh-home-hero__actions{margin-top:23px}

@media(max-width:1050px){
  .evh-home-entry-steps{max-width:760px}
}

@media(max-width:700px){
  .evh-home-hero__copy{padding-top:10px}
  .evh-home-hero h1{font-size:clamp(39px,11.7vw,50px);line-height:1.01}
  .evh-home-entry-steps{grid-template-columns:1fr;gap:8px;margin-top:21px}
  .evh-home-entry-steps article{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-height:76px;padding:12px 14px;border-radius:14px}
  .evh-home-entry-steps article>span{width:40px;height:40px;margin:0;border-radius:12px}
  .evh-home-entry-steps b{font-size:13px}
  .evh-home-entry-steps small{font-size:10px}
  .evh-home-hero__copy .evh-home-entry-steps+.evh-home-hero__actions{margin-top:20px}
}

@media(max-width:390px){
  .evh-home-hero h1{font-size:38px}
  .evh-home-entry-steps article{grid-template-columns:38px minmax(0,1fr);gap:10px;padding-inline:11px}
  .evh-home-entry-steps article>span{width:36px;height:36px}
}
