.category-hero-custom{display:grid;grid-template-columns:minmax(220px,340px) 1fr;gap:32px;align-items:center;margin-bottom:40px;padding:0;background:#fff0;border-radius:0}.category-hero-custom__image img{width:100%;max-width:340px;height:220px;object-fit:cover;border-radius:20px;display:block}.category-hero-custom__content{max-width:760px}.category-hero-custom__title{margin:0 0 12px 0;font-size:clamp(24px, 2vw, 32px);line-height:1.2;font-weight:700}.category-hero-custom__description{font-size:16px;line-height:1.65}.category-hero-custom__description p{margin-top:0}.category-hero-custom__description p:last-child{margin-bottom:0}@media (max-width:768px){.category-hero-custom{grid-template-columns:1fr;gap:20px;margin-bottom:32px}.category-hero-custom__image img{max-width:100%;height:210px}.category-hero-custom__title{font-size:24px}.category-hero-custom__description{font-size:15px;line-height:1.6}}