.info-cards{--item-padding:32px;--item-icon-size:24px;--item-min-height:218px;grid-gap:var(--main-padding);display:grid;gap:var(--main-padding);grid-template-columns:repeat(3,1fr);min-height:218px;min-height:var(--item-min-height)}@media(max-width:1024px){.info-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.info-cards{grid-template-columns:1fr}}.info-cards__item{align-items:center;border:1px solid var(--surface-black-t10);box-sizing:border-box;display:flex;flex-direction:column;gap:var(--main-padding);justify-content:center;min-height:var(--item-min-height);padding:var(--item-padding);width:100%}.info-cards__item__header{align-items:center;display:flex;gap:calc(var(--main-padding)/1.5)}.info-cards__item__header img{height:var(--item-icon-size);min-width:var(--item-icon-size);width:var(--item-icon-size)}.info-cards__item__header h5{font-size:18px;font-weight:500;line-height:133%}@media(max-width:768px){.info-cards__item__header h5{font-size:16px}}.info-cards__item__header>.skeleton:first-child{height:var(--item-icon-size);min-width:var(--item-icon-size);width:var(--item-icon-size)}.info-cards__item__header>.skeleton:nth-child(2){height:16px;max-width:140px;width:140px}.info-cards__item__content{display:flex;flex-direction:column;gap:calc(var(--main-padding)/1.5)}.info-cards__item__content p{color:var(--subtle-text);font-size:16px;font-weight:400;line-height:138%;text-align:center}.info-cards__item.--skeletons>.skeleton{height:16px;width:70%}.info-cards__item.--skeletons>.skeleton:nth-child(2n){width:55%}