.more-work{background:#fffdf7}.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:43px}.work-card{position:relative;display:block;overflow:hidden;min-height:285px;border-radius:17px;background:#0b6d73;box-shadow:0 8px 22px #24423b20}.work-card img{width:100%;height:100%;min-height:285px;object-fit:cover;display:block;transition:transform .35s ease,filter .35s ease}.work-card:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 40%,#062f35e6 100%);pointer-events:none}.work-card span{position:absolute;z-index:1;left:18px;right:18px;bottom:16px;color:#fffdf7;font:800 20px 'Baloo 2';display:flex;justify-content:space-between;align-items:center}.work-card span b{width:33px;height:33px;display:grid;place-items:center;background:#ffc513;color:#153238;border-radius:50%}.work-card:hover img{transform:scale(1.08);filter:saturate(1.12)}.work-card:hover span{color:#ffdf62}.work-card.feature{grid-row:span 2;min-height:588px}.work-card.feature img{min-height:588px}@media(max-width:800px){.work-grid{grid-template-columns:repeat(2,1fr)}.work-card.feature{grid-row:span 1;min-height:285px}.work-card.feature img{min-height:285px}}@media(max-width:480px){.work-grid{grid-template-columns:1fr}.work-card{min-height:330px}.work-card img{min-height:330px}}
