.feature-checks{color:var(--color-base);display:grid;gap:40px 20px;grid-template-columns:repeat(3,1fr)}.feature-checks .feature{align-items:flex-start;display:flex;flex-flow:row nowrap;justify-content:center}.feature-checks .feature .check{align-items:center;border:2px solid var(--color-base);border-radius:50%;display:flex;flex:0 0 32px;height:32px;justify-content:center;margin-top:22px;width:32px}.feature-checks .feature .content{display:flex;flex:1;flex-flow:column nowrap}.feature-checks .feature .content .title{padding:8px}.feature-checks .feature .content .divider{border-bottom:1px solid var(--color-base)}.feature-checks .feature .content .content{padding:8px}@media (max-width:768px){.feature-checks{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.feature-checks{grid-template-columns:repeat(1,1fr)}}