.stuffs-page{min-height:100vh;background-color:#f9fafb;display:flex;flex-direction:column;align-items:center;padding:40px 20px;font-family:system-ui,-apple-system,sans-serif}.page-title{font-size:2.2rem;font-weight:700;margin-bottom:40px;color:#111827;text-align:center}.stuffs-grid{display:flex;flex-direction:column;gap:32px;width:100%;max-width:1000px}.stuff-box{display:flex;align-items:stretch;justify-content:space-between;background:#ffffff;border-radius:16px;box-shadow:0 3px 8px rgba(0,0,0,.05);text-decoration:none;color:inherit;overflow:hidden;transition:transform .2s ease,box-shadow .3s ease}.stuff-box:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.1)}.stuff-content{flex:1 1;padding:24px;display:flex;flex-direction:column;justify-content:center;gap:8px}.stuff-title{font-size:1.6rem;font-weight:700;color:#111827}.stuff-subtitle{font-size:1rem;font-style:italic;color:#6b7280}.stuff-description{font-size:1rem;line-height:1.6;color:#374151}.stuff-phone{margin-top:8px;font-size:1rem;font-weight:600;color:#1d4ed8}.stuff-image{width:5%;min-width:280px;height:auto;object-fit:cover}@media (max-width:768px){.stuff-box{flex-direction:column}.stuff-image{width:100%;height:220px}}