.functions-list{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.functions-list>li{align-items:center;background-color:var(--bg-color);display:flex;padding:1rem;width:100%}.functions-list i{display:inline-block;font-size:1.8rem;margin-right:1rem}.functions-list__function-name{font-size:1.2rem;font-weight:700}@media screen and (min-width:768px){.functions-list>li{flex:0 0 calc(33.33% - 32px)}}