.hp-project-grid{display:grid;gap:38px 28px;grid-template-columns:repeat(var(--hp-columns,2),minmax(0,1fr))}.hp-project-cover{display:block;height:500px;overflow:hidden;position:relative}.hp-project-cover>img{height:100%;object-fit:cover;width:100%}.hp-project-cover>div{height:100%}.hp-project-composition{display:grid;overflow:hidden;place-items:center}.hp-project-composition .hp-canvas{margin:auto;max-height:100%;width:100%}.hp-project-composition .hp-layer-text a{pointer-events:none}.hp-project-card>p{font-size:14px;margin-top:10px}.hp-project-card h3{font-size:29px}.hp-project-card .project-meta{margin-top:22px}.hp-project-grid .hp-project-card[hidden]{display:none}@media(max-width:1000px){.hp-project-cover{height:440px}}@media(max-width:767px){.hp-project-grid{grid-template-columns:1fr}.hp-project-cover{height:420px}}