.grid-project-container{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.grid-item{overflow:hidden;border-radius:8px}.grid-item img{width:100%;height:auto;display:block;object-fit:cover;border-radius:8px}@media (max-width:1024px){.grid-project-container{grid-template-columns:repeat(3,1fr);gap:1.2rem}}@media (max-width:768px){.grid-project-container{grid-template-columns:repeat(2,1fr);gap:.8rem}}@media (max-width:480px){.grid-project-container{grid-template-columns:repeat(2,1fr);gap:.5rem}}.implemented-project-section{margin-top:7.5rem;margin-bottom:4rem}.implemented-project-section .implemented-title{color:#2f4447;font-size:clamp(1.8rem, 2.6vw, 2.4rem);font-weight:500;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.5rem}@media (max-width:766px){.implemented-project-section .implemented-title{font-size:1.25rem}}