.hero-checklist{column-gap:42px;display:grid;grid-template-columns:repeat(2,minmax(0,max-content));margin-top:30px;max-width:760px;padding:0;row-gap:22px;width:100%}.hero-checklist__item{align-items:flex-start;display:flex;gap:14px;min-width:0}.hero-checklist__icon{align-items:center;color:#ec8929;display:flex;flex:0 0 22px;height:22px;justify-content:center;margin-top:2px;width:22px}.hero-checklist__icon svg{display:block;fill:none;height:22px;overflow:visible;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5;width:22px}.hero-checklist__text{color:#fff;font-family:Inter,Arial,sans-serif;font-size:18px;font-weight:500;line-height:1.45}@media (max-width:767px){.hero-checklist{grid-template-columns:1fr;margin-top:24px;row-gap:16px}.hero-checklist__text{font-size:16px}}