.features__grid{padding-bottom:4rem;padding-top:4rem}.features__grid .features__grid__wrapper{column-gap:4rem;display:grid;grid-template-columns:repeat(3,1fr)}.features__grid .grid-cell{align-items:flex-start;border-bottom:1px solid var(--border-color);display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem;padding-top:2rem}.features__grid .grid-cell img{margin-bottom:2rem}.features__grid .grid-cell h2,.features__grid .grid-cell p{margin:0}.features__grid .grid-cell h2{font-size:24px}.features__grid .button__container{display:flex;justify-content:center;margin-top:2rem;width:100%}@media screen and (max-width:1024px){.features__grid__wrapper{column-gap:3rem;grid-template-columns:repeat(2,1fr)!important}}@media screen and (max-width:767px){.features__grid__wrapper{grid-template-columns:1fr!important;padding-bottom:0;padding-top:0}.features__grid .grid-cell{align-items:center}.features__grid .grid-cell h2,.features__grid .grid-cell p{text-align:center}}.features__grid .grid-cell img{max-width:100%}