.app{display:grid;grid-template-columns:1fr;gap:24px}.app__item{padding:24px 20px;display:flex;flex-direction:column;gap:20px}.app__ico{width:56px;height:56px;display:flex;align-items:center;justify-content:center}.app__ico .icon-svg{max-width:47px;max-height:47px}.app__cta{display:flex;gap:16px}.app__cta img{height:40px;width:auto}.app__qr{display:none}@media(min-width:999px){.app{grid-template-columns:repeat(2,1fr);gap:0}.app__item{padding:32px}.app__cta img{height:48px}.app__ico{width:72px;height:72px}.app__ico .icon-svg{max-width:60px;max-height:60px}.app__bottom{margin-top:auto;display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.app__qr{display:block;width:72px;height:72px}}
