.iconList-item{border-top:1px solid transparent;display:flex;flex-direction:row;gap:20px;justify-content:space-between}.iconList-item-title{line-height:1em;margin-bottom:8px}.iconList-item-head{display:flex;flex-direction:row;gap:45px}.iconList-items{display:flex;flex-wrap:wrap;gap:var(--desktop-col-gap);row-gap:20px}@media (max-width:991px){.iconList-items>div{width:calc(100%/var(--mobile-col) - var(--desktop-col-gap)*(var(--mobile-col) - 1)/var(--mobile-col))}.iconList-items>div.iconList-single-mobile{width:100%}}@media (min-width:992px){.iconList-items>div{width:calc(100%/var(--desktop-col) - var(--desktop-col-gap)*(var(--desktop-col) - 1)/var(--desktop-col))}.iconList-items>div.iconList-single-desktop{width:100%}.iconList-item-head{width:60px}.iconList-item-text{width:calc(100% - 60px - var(--desktop-gap))}.iconList-item.has-tag .iconList-item-head{width:124px}.iconList-item.has-tag .iconList-item-text{width:calc(100% - 124px - var(--desktop-gap))}}.iconList-item .iconList-item-image{height:auto;width:60px}.iconList-item .iconList-item-image img{object-fit:contain;object-position:left}@media (max-width:991px){.iconList-item-head{position:relative}.iconList-item.has-tag .iconList-item-text{padding-left:60px}.iconList-item.has-tag .iconList-item-image{margin-left:60px}.iconList-item-tag{left:0;position:absolute;top:0}.iconList-item{display:flex;flex-direction:column;gap:20px;justify-content:start}}