main{min-height:calc(100vh - 68px);display:flex;flex-direction:column;justify-content:space-between}.how-hero{display:grid;grid-template-columns:minmax(0,44%) minmax(0,56%);min-height:230px;background:linear-gradient(90deg,#fff 0 44%,#eef2f5 44%)}.how-copy{min-width:0;padding:20px 28px 15px 52px;align-self:center}.how-copy .rule{width:80px}.promises{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px}.promise{display:flex;min-width:0;gap:8px;font-size:8px;line-height:1.22}.promise span,.promise i{color:#061633;font-size:24px}.promise strong{display:block;font-size:9px}.how-image{position:relative;background:url('https://images.unsplash.com/photo-1607453998774-d533f65dac99?auto=format&fit=crop&w=1200&q=85') center/cover}.how-image::before,.how-image::after{content:'';position:absolute;top:0;bottom:0;width:68px}.how-image::before{left:-1px;background:#fff;clip-path:polygon(0 0,100% 0,0 100%)}.how-image::after{right:0;background:#f58a07;clip-path:polygon(70% 0,100% 0,100% 100%,0 100%)}.process-wrap{padding:5px 52px 14px}.process-wrap .rule{width:29px;margin:4px 0 12px}.matching-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.matching-step{position:relative;min-width:0;text-align:center}.matching-step:not(:last-child)::after{content:'›';position:absolute;right:-11px;top:29px;color:#f58a07;font-size:30px}.step-count{position:relative;z-index:1;display:grid;place-items:center;width:25px;height:25px;margin:auto auto -9px;border-radius:50%;background:#061633;color:#fff;font-size:13px;font-weight:700}.step-icon{display:grid;place-items:center;width:58px;height:58px;margin:auto;border-radius:50%;background:#fff1df;color:#061633;font-size:29px}.why{display:grid;grid-template-columns:180px repeat(4,minmax(0,1fr));align-items:center;gap:14px;margin:2px 52px 12px;padding:14px 18px;border-radius:7px;background:#fffaf4}.why h2::after{content:'';display:block;width:25px;height:3px;margin-top:4px;background:#f58a07}.why-item{display:grid;grid-template-columns:48px minmax(0,1fr);gap:10px;border-left:1px solid #e5ded5;padding-left:14px}.why-icon{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:#061633;color:#f58a07;font-size:23px}@media(max-width:900px){.how-copy{padding-left:24px}.process-wrap{padding-inline:24px}.matching-steps{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:24px}.matching-step:nth-child(3)::after{display:none}.why{margin-inline:24px;grid-template-columns:1fr 1fr}.why>h2{grid-column:1/-1}}@media(max-width:620px){main{min-height:calc(100vh - 58px);display:block}.how-hero{display:block;background:#fff}.how-copy{padding:30px 16px}.how-image{min-height:220px}.promises{grid-template-columns:1fr 1fr}.process-wrap{padding:28px 16px}.matching-steps{grid-template-columns:1fr 1fr;row-gap:24px}.matching-step:not(:last-child)::after{display:none}.why{margin:0 16px 20px;grid-template-columns:1fr;padding:18px}.why-item{border-left:0;border-top:1px solid #e5ded5;padding:12px 0 0}.why>h2{grid-column:auto}}@media(max-width:380px){.promises,.matching-steps{grid-template-columns:1fr}.how-copy{padding-inline:10px}.process-wrap{padding-inline:10px}}