.why__grid{display:grid;grid-template-columns:1fr 420px;gap:2rem;align-items:center}@media (max-width:1000px){.why__grid{grid-template-columns:1fr}}.why__features{margin-top:3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width:700px){.why__features{grid-template-columns:1fr}}.why__card{padding:1rem 1.25rem}.why__card-title{margin-bottom:1rem;font-size:1.125rem}.why__card-text{font-size:1rem;max-width:34ch;margin:0 auto 1.5rem auto}.why__media{display:flex;justify-content:center}.why__img{width:56px;height:auto;margin-bottom:1rem}