.row{display:flex;flex-wrap:wrap;justify-content:center}.zap-app-product-card-col{display:flex;margin-bottom:24px}.zap-app-product-card{width:100%;min-height:100%;background:#f9f9f9;border:1px solid rgba(0,0,0,8%);border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,8%);overflow:hidden;display:flex}.zap-app-product-card:hover{box-shadow:0 6px 14px rgba(0,0,0,.12);border-color:rgba(0,0,0,.12)}.zap-app-product-card__link{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:16px;width:100%;height:100%;padding:24px 22px;color:#0a0a0a;text-align:center;text-decoration:none}.zap-app-product-card__link:hover,.zap-app-product-card__link:focus-visible{color:#0a0a0a;text-decoration:none}.zap-app-product-card__media{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,6%);flex-shrink:0}.zap-app-product-card__image{display:block;max-width:60px;max-height:60px;margin:0 auto}.zap-app-product-card__title{display:block;width:100%;margin:0;font-size:1.25rem;font-weight:700;line-height:1.3;color:#0a0a0a;text-align:center}.zap-app-product-card__title em{font-style:normal;font-weight:700}.zap-app-product-card__description,.zap-app-product-card__description p{margin:0;width:100%;font-style:normal;font-weight:400;line-height:1.6;color:#4b5563;text-align:center}.zap-app-product-card__description{display:flex;align-items:center;justify-content:center;flex:auto}@media(max-width:991px){.zap-app-product-card-col{margin-bottom:20px}}