.feature-grid{grid-gap:20px;display:grid;grid-template-columns:repeat(3,1fr)}.feature-grid .feature{align-items:flex-start;display:flex;flex-flow:row nowrap}.feature-grid .feature svg{fill:var(--color-primary);width:64px}.feature-grid .feature .image-wrapper{flex:0 0 64px;width:64px}.feature-grid .feature-content{margin-left:15px}.feature-grid .title{margin-bottom:.5rem}@media (max-width:1000px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.feature-grid{grid-template-columns:repeat(1,1fr)}}