.benefits-card .container{max-width:1440px;padding:0 16px}
.benefits-card .product-card-wrap{display:flex;gap:20px;margin:20px 0;flex-wrap:wrap}
.benefits-card .product-card{flex:1 1 calc(13.33%);border:1px solid #ccc;padding:20px;border-radius:8px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.08)}
.benefits-card .product-card .product-card-desp{padding-left:0}
.benefits-card .product-card-title-wrap{display:flex;align-items:center;justify-content:start;gap:8px}
.benefits-card .health-product-title{margin:0;font-size:18px}
.benefits-card .health-icon{width:40px;height:40px}
@media(max-width:992px){.benefits-card .product-card-wrap{margin:0 15px}
.benefits-card .product-card{flex:1 1 calc(30%)}
}
@media(max-width:576px){.benefits-card .product-card{flex:1 1 100%}
.benefits-card .product-card-title-wrap{flex-direction:row}
.benefits-card .health-product-title{font-size:16px}
}