.projects{padding-top:6rem}
.project-heading{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:end;margin-bottom:2rem}
.project-heading>p{color:#53686c;font-size:1.02rem;margin:0}
.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.project-card{position:relative;height:340px;margin:0;overflow:hidden;background:#102a32}
.project-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.project-card:hover img{transform:scale(1.02)}
.project-card figcaption{position:absolute;left:0;right:0;bottom:0;padding:3.5rem 1.35rem 1.15rem;background:linear-gradient(transparent,rgba(7,25,30,.92));color:white;display:flex;flex-direction:column}
.project-card figcaption strong{font:700 1.05rem Manrope,sans-serif}
.project-card figcaption span{font-size:.8rem;color:#d6e0de;margin-top:.2rem}
.project-wide{grid-column:1/-1}
@media(max-width:900px){.project-heading{grid-template-columns:1fr;gap:1.2rem}.project-card{height:300px}}
@media(max-width:600px){.projects{padding-top:4.5rem}.project-grid{display:block}.project-card{height:270px;margin-bottom:.8rem}.project-card:nth-child(3){height:360px}}
