.steps-section{--steps-section-copy:#666;width:min(1200px,100% - 48px);margin:0 auto;padding:60px 0}.steps-section h2{margin:0;font-size:32px;line-height:40px;text-align:center}.steps-section__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:48px}.steps-section article{overflow:hidden;border-radius:16px;background:var(--bg);border:1px solid #ededed;padding-bottom:24px}.steps-section img{display:block;width:100%;height:auto}.steps-section h3,.steps-section p{margin-right:24px;margin-left:24px}.steps-section h3{margin-top:22px;margin-bottom:0;font-size:22px;font-weight:700;line-height:26px}.steps-section p{margin-top:10px;margin-bottom:0;color:var(--steps-section-copy);font-size:14px;line-height:24px}@media(max-width:960px){.steps-section__grid{grid-template-columns:1fr}}@media(max-width:640px){.steps-section{width:min(100% - 32px,1200px);padding-block:64px}.steps-section h2{font-size:28px;line-height:36px}}