body,html{max-width:100vw;overflow-x:hidden}main>*{max-width:1100px}.grid{display:grid;grid-template-columns:1fr 1fr 1fr;max-width:100%;grid-gap:5rem;gap:5rem;justify-items:stretch;align-items:stretch}.card{padding:1rem 1.2rem;transition:transform .2s;background-color:#fff;border-radius:1rem;width:100%;display:flex;flex-direction:column;justify-content:space-between}.card h2{font-weight:600;margin-bottom:.7rem}.card p{margin:0;opacity:.6;font-size:.9rem;line-height:1.5;max-width:30ch}.card img{margin:1rem;align-self:center}@media(hover:hover)and (pointer:fine){.card:hover{transform:scale(110%)}}@media(prefers-reduced-motion){.card:hover span{transform:none}}@media(max-width:700px){.content{padding:4rem}.grid{grid-template-columns:1fr;margin-bottom:120px;max-width:320px;text-align:center}.card{padding:1rem 2.5rem}.card h2{margin-bottom:.5rem}}@media(min-width:701px)and (max-width:1120px){.grid{grid-template-columns:repeat(2,50%)}}