.work-grid{display:grid;gap:40px 20px;grid-template-columns:repeat(2,1fr)}.work-card{color:inherit;display:block;overflow:hidden;text-decoration:none}.work-image-wrapper{display:block;overflow:hidden;transition:all .5s ease}.work-image-wrapper:hover .work-featured-image{overflow:hidden;transform:scale(1.12);transition:all .5s ease}.work-featured-image{height:413px;object-fit:cover;transition:all .5s ease;width:100%}.tag-wrapper{align-items:center;display:flex;gap:.5rem;margin:24px 0 20px}.work-tags .tag-square{height:14px;width:14px}.work-tag{font-family:var(--font-font-family-onset)!important;font-size:15px;font-weight:500;margin-right:8px;text-transform:lowercase}.work-tag,.work-title{color:#fff;font-style:normal;line-height:120%}.work-title{font-size:32px;font-weight:400;margin-bottom:0;text-transform:capitalize}.work-tags-overview .overview-tag{color:#fff;cursor:pointer;font-size:16.5px;font-style:normal;font-weight:500;line-height:130%;position:relative;text-transform:lowercase;transition:all .5s ease}.work-tags-overview .overview-tag:before{background-color:#ff7042;bottom:-10px;content:"";height:1px;left:0;opacity:0;position:absolute;width:100%}.work-tags-overview .overview-tag:hover:before{opacity:1}.tags-overview-title{text-align:center}.tags-overview-list{display:flex;flex-wrap:wrap;gap:20px 64px;justify-content:center;margin-bottom:40px}.overview-tag-count{color:#ff7042}@media (max-width:768px){.work-grid{grid-template-columns:1fr}.work-featured-image{height:auto}.work-section{padding:1rem 0}.work-title{font-size:24px}}