.projects-card{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto auto;grid-auto-rows:auto;gap:20px;border-bottom:1.5px solid #c1ae98;padding:0px;text-decoration:none !important}.projects-card .project-img{border-radius:2px;overflow:hidden;margin:0 !important;width:100%;height:auto;max-height:475px;aspect-ratio:327/200}.projects-card .project-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:0px;transition:all 275ms ease-in-out}@media(min-width: 600px){.projects-card .project-img{height:100%;aspect-ratio:unset}}.projects-card .project-img video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.projects-card .project-img img,.projects-card .project-img video{transition:transform .3s ease}.projects-card .project-location p{color:#947550;font-size:14px;font-family:"Brother 1816",sans-serif;font-weight:500;font-style:normal;line-height:100%;letter-spacing:.01em;text-decoration:none;text-transform:uppercase;margin:0 !important;transition:color 275ms ease-in-out}.projects-card .project-arrow{color:#3d3936;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}.projects-card .project-arrow .project-title{color:#3d3936;font-size:20px;font-family:"Brother 1816",sans-serif;font-weight:500;font-style:normal;line-height:100%;letter-spacing:-0.01em;text-decoration:none;text-transform:none;margin-bottom:20px;transition:color 275ms ease-in-out}.projects-card .project-arrow svg{width:10px;height:14px;margin-bottom:20px;color:#3d3936;transition:all 275ms ease-in-out}.projects-card:hover .project-img img,.projects-card:hover .project-img video{transform:scale(1.03)}.projects-card:hover .project-title,.projects-card:hover svg,.projects-card:hover .project-location p{color:#c1ae98}