.feature-checks{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 20px;color:var(--color-base)}.feature-checks .feature{display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:center}.feature-checks .feature .check{border:2px solid var(--color-base);border-radius:50%;display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-top:22px;flex:0 0 32px}.feature-checks .feature .content{display:flex;flex-flow:column nowrap;flex:1}.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)}}