:root{--custom-list-column-size:200px;--custom-list-column-gap:30px}.kd-custom-list__title{margin-bottom:3rem}.kd-custom-list{display:flex;flex-direction:column;gap:var(--custom-list-column-gap)}.kd-custom-list.columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--custom-list-column-size),1fr))}.kd-custom-list__icon{height:36px;margin-bottom:1rem;max-width:100%;width:36px}.kd-custom-list__icon svg{fill:var(--primary-color)}.kd-custom-list__icon img,.kd-custom-list__icon svg{height:100%;object-fit:contain;width:100%}.kd-custom-list__text{font-size:18px;font-weight:700}