.container{max-width:1440px;padding:0 16px}
.health-card-wrap{display:flex;gap:20px;flex-wrap:wrap;margin:20px 0}
.health-card-wrap a{text-decoration:none;color:#000}
.health-card{flex:1 1 calc(13.33%);background:#fff;border-radius:10px;padding:20px;border:1px solid #e5e5e5;box-shadow:0 4px 12px rgba(0,0,0,0.06);transition:transform .3s ease}
.health-card .health-card-btn{padding:8px !important;font-size:14px;font-weight:700;color:#fff;border-radius:8px;background:linear-gradient(90deg,#4caf50 0,#007bb5 100%);border:0;outline:0;text-transform:uppercase;cursor:pointer;transition:all .3s ease;width:140px;min-width:140px;height:50px}
.health-card:hover{transform:translateY(-5px)}
.health-card-title-wrap{margin-bottom:12px}
.health-product-title{font-size:18px;margin-bottom:6px;font-weight:600}
.health-descrip{font-size:14px;color:#666}
.product-card-desp{padding-left:18px;margin:12px 0}
.product-card-desp li{margin-bottom:6px;font-size:14px}
@media(max-width:992px){.health-card{flex:1 1 calc(30%)}
}
@media(max-width:576px){.health-card{flex:1 1 100%}
}