.kl-features-list{display:flex;flex-wrap:wrap;gap:32px}.kl-features-list__feature{background-color:#fff;border:1px solid #dcdce0;border-radius:8px;color:inherit;flex:0 1 calc(33.33% - 22px);padding:32px;text-decoration:none!important;transition:all .2s ease}a.kl-features-list__feature:focus,a.kl-features-list__feature:hover{box-shadow:0 4px 40px rgba(0,0,0,.08);transform:scale(1.01)}.kl-features-list__feature-header{align-items:start;display:grid;gap:12px;grid-template-columns:32px 1fr;margin-bottom:16px}.kl-features-list__feature-header:last-child{margin-bottom:0}.kl-features-list__feature-header img{margin:0}.kl-features-list__feature-header h3{font-size:16px;line-height:1.55;margin:0}.kl-features-list__feature-header h3:first-child{grid-column:1/-1}.kl-features-list__feature-content p{font-size:15px}.kl-features-list__feature-content p:last-child{margin-bottom:0}.kl-features-list--4-cols .kl-features-list__feature{flex:0 1 calc(25% - 24px)}.kl-features-list--2-cols .kl-features-list__feature{flex:0 1 calc(50% - 16px)}@media (min-width:680px) and (max-width:1050px){.kl-features-list__feature{flex:1 1 calc(50% - 16px)!important}}@media (max-width:679px){.kl-features-list__feature{flex:1 1 100%!important}}