.grid-learn__wrapper{display:grid;gap:32px;grid-template-columns:repeat(2,1fr)}.grid-learn__item{align-items:flex-start;background:#edf3ff;border-radius:32px;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;height:320px;padding:32px;width:100%}@media (max-width:1024px){.grid-learn__wrapper{grid-template-columns:1fr}.grid-learn__item{gap:16px;height:auto;padding:16px}}