.ts-gwork-sec{padding:56px 20px}.ts-gwork-sec h2{text-align:center}.ts-gwork-lead{text-align:center;max-width:640px;margin:0 auto 30px}.ts-gwork-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1080px;margin:0 auto}.ts-gwork-item{margin:0;overflow:hidden;border-radius:14px;box-shadow:0 2px 10px rgb(0 0 0 / .08)}.ts-gwork-item img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;display:block;transition:transform .35s ease}.ts-gwork-item:hover img{transform:scale(1.05)}.ts-gwork-more{text-align:center;margin-top:26px}@media(max-width:768px){.ts-gwork-grid{grid-template-columns:repeat(2,1fr);gap:10px}}