.category-wrapper{margin:auto auto 20px;max-width:1280px}.category-title{margin-bottom:48px}.category-cards-grid{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.category-card{background:#fff;border:1px solid #6d6e764d;display:flex;flex-direction:column;justify-content:start;padding:2rem;transition:background .3s ease}.category-card:hover{background:#ffd050;box-shadow:0 4px 12px rgba(0,0,0,.1)}.category-card .icon{background:#fef6e4;border-radius:12px;display:inline-block;font-size:1.5rem;margin-bottom:1rem;padding:12px;width:fit-content}.category-card h3{color:#232536;font-size:28px;line-height:40px;margin-bottom:4px}.category-card p{color:#777;color:#6d6e76;font-size:16px;line-height:28px;margin-bottom:0}