.product-cards__grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1300px}.product-cards__item{align-items:start;background:#fff;border-radius:24px;display:flex;flex-direction:column;gap:0;overflow:hidden;text-align:left;transition:transform .3s ease}.product-cards__icon{height:280px;width:100%}.product-cards__icon img{height:100%;object-fit:cover;width:100%}.product-cards__content{align-items:start;display:flex;flex-direction:column;gap:20px;padding:34px 24px;width:100%}.product-cards__title{color:#75787b;font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin:0}.product-cards__description{flex-grow:1;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin:0}.product-cards__description>:last-of-type{margin:0}.product-cards__price{color:#00bab3;font-size:36px;font-style:normal;font-weight:400;line-height:normal}