.guide-hub-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.guide-hub-grid article{padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff;display:flex;flex-direction:column;align-items:flex-start;min-height:300px}.guide-hub-grid h2{font-size:27px}.guide-hub-grid p{color:var(--muted)}.guide-hub-grid .button{margin-top:auto}@media(max-width:900px){.guide-hub-grid{grid-template-columns:1fr}.guide-hub-grid article{min-height:0}}
