.auth-features{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:26px}.auth-features span{display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:9px;align-items:center;padding:11px;border:1px solid rgba(255,255,255,.18);border-radius:11px;background:rgba(255,255,255,.09)}.auth-features i{grid-row:1/3;width:34px;height:34px;border-radius:9px;background:rgba(255,255,255,.13);display:grid;place-items:center;color:#77e5d5}.auth-features b{font-size:11px}.auth-features small{font-size:9px;color:#c8e9e4}@media(max-width:1050px){.auth-features{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.auth-features{display:none}}
