.project-card-wrapper{display:grid;grid-template-columns:repeat(10,1fr);gap:6px;width:100%}.project-card{position:relative;overflow:hidden;border-radius:4px;cursor:pointer}.project-card img,.project-card .brxe-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s ease}.project-card:hover img,.project-card:hover .brxe-image img{transform:scale(1.04)}@media (max-width:834px){.project-card-wrapper{grid-template-columns:repeat(2,1fr)!important;gap:5px}.project-card{grid-column:span 1!important;grid-row:auto!important;height:240px!important}.project-card.is-big{grid-column:1 / -1!important;height:200px!important}.project-card.is-small-last{grid-column:1 / -1!important;height:240px!important}}@media (max-width:576px){.project-card-wrapper{grid-template-columns:1fr!important;gap:4px}.project-card{grid-column:1 / -1!important;grid-row:auto!important;height:220px!important}}