.project-grid{grid-gap:4em;grid-template-columns:1fr;display:grid}@media (width>=760px){.project-grid{grid-template-columns:1fr 1fr}}.project-grid .project{text-decoration:none}.project-grid .project .services-short{color:#666;margin-top:2em;font-size:16px;font-weight:700}.project-grid .project .project-title{margin-top:1em}.project-grid .project .more-link{text-underline-offset:5px;margin-top:1em;text-decoration:underline;display:inline-flex}.project-grid .project .coming-soon{background-color:var(--primary-light-color);border-radius:50px;margin-top:1.3em;padding:1.25em 2.25em;font-size:14px;font-weight:700;display:inline-flex}.project-grid .project .image-wrap{height:fit-content;display:flex;position:relative;overflow:hidden}.project-grid .project .image-wrap img{-o-object-fit:cover;object-fit:cover;flex-grow:1;width:100%;max-height:925px;transition:transform 1.2s cubic-bezier(.215,.61,.355,1)}.project-grid a.project:hover .image-wrap img{transform:scale(1.1)}
