.wyze-feature-cards{padding-top:var(--wfc-pt,48px);padding-bottom:var(--wfc-pb,48px)}.wyze-feature-cards__heading{margin:0 0 24px}.wyze-feature-cards__grid{display:grid;grid-template-columns:1fr;gap:12px}.wyze-feature-cards__card{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px;padding:16px;background:rgba(59,59,59,.3);border-radius:12px;box-sizing:border-box;text-decoration:none;color:inherit}.wyze-feature-cards__icon{flex:0 0 auto;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.wyze-feature-cards__icon img,.wyze-feature-cards__icon svg{width:100%;height:100%;object-fit:contain;display:block}.wyze-feature-cards__text{flex:1 1 0;display:flex;flex-direction:column;gap:2px;min-width:0}.wyze-feature-cards__title{margin:0;color:rgb(var(--color-foreground));font-size:16px;font-weight:600;line-height:20px;text-align:left}.wyze-feature-cards__desc{margin:0;color:rgba(var(--color-foreground),.75);font-size:14px;font-weight:500;line-height:20px;letter-spacing:.04px;text-align:left}.wyze-feature-cards__desc>*{margin:0}@media screen and (min-width:750px){.wyze-feature-cards__grid{grid-template-columns:repeat(var(--wfc-cols,5),minmax(0,1fr));gap:16px}.wyze-feature-cards__card{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:var(--wfc-card-h,230px);padding:16px}.wyze-feature-cards__icon{width:52px;height:52px}.wyze-feature-cards__text{align-self:stretch;flex:0 0 auto;gap:4px}.wyze-feature-cards__title{font-size:20px;line-height:28px;text-align:center}.wyze-feature-cards__desc{font-size:16px;line-height:24px;letter-spacing:normal;text-align:center}}