.product-cards{display:flex;justify-content:center;align-items:center}.product-cards__container{display:flex;flex-direction:column;gap:32px;width:100%}.product-cards__header{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px}.product-cards__tag{padding:4px 16px;background:var(--bone-white);border-radius:48px;display:inline-flex;justify-content:center;align-items:center;gap:10px}.product-cards__tag-text{text-align:center;color:var(--dark-graphite);font-size:12px;font-weight:600;text-transform:uppercase;line-height:24px;letter-spacing:.5px;word-wrap:break-word;margin:0}.product-cards__text-group{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px}.product-cards__title{font-size:24px;font-weight:500;line-height:33.6px;word-wrap:break-word;margin:0;text-align:center}.product-cards__description{font-size:16px;font-weight:400;line-height:24px;word-wrap:break-word;color:var(--dark-graphite)}.product-cards__description p{margin:0}.product-cards__grid{display:grid;grid-auto-flow:row;gap:16px}.product-cards__card{border:1px solid #d51315;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:15px;transition:transform .3s ease,box-shadow .3s ease;height:100%}.product-cards__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(213,19,21,.2)}.product-cards__card-icon{width:50px;height:50px;flex-shrink:0}.product-cards__icon-image{width:100%;height:100%;object-fit:contain}.product-cards__card-content{display:flex;flex-direction:column;gap:12px}.product-cards__card-title{font-size:clamp(16px,3vw,18px);font-weight:700;line-height:1.4;margin:0;color:#000}.product-cards__card-description{font-size:clamp(13px,2.5vw,14px);line-height:1.6;color:#666}.product-cards__card-description p{margin:0}@media (min-width:768px){.product-cards__container{gap:42px}.product-cards__header{gap:24px;align-items:center}.product-cards__tag{padding:8px 20px}.product-cards__tag-text{font-size:14px}.product-cards__text-group{align-self:stretch;flex-direction:column;justify-content:flex-start;align-items:center;gap:24px;padding:0 80px}.product-cards__title{font-size:48px;line-height:56px}.product-cards__description{align-self:center;text-align:center;font-size:16px;line-height:25.6px}.product-cards__grid{grid-template-columns:repeat(4,1fr);gap:24px;width:100%;justify-content:center;justify-items:center;align-items:center;margin:0 auto}.product-cards__card{padding:30px;gap:20px}.product-cards__card-icon{width:60px;height:60px}}