.projectscontainer{margin:80px}.projects-wrapper{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.projects-card{overflow:hidden;background-color:#fff;display:flex;flex-direction:column}.projects-card img{width:100%;height:400px;object-fit:cover;display:block;filter:brightness(70%);transition:filter .9s ease,transform .3s ease}.projects-card img:hover{filter:brightness(100%);transform:scale(1.01)}.projects-card a{text-decoration:none}.projects-info{text-align:center}.projects-title{font-family:"Caladea",serif;font-size:22px;color:#000;font-weight:700;margin-bottom:0}.projects-location{font-family:"Inter",serif;font-size:15px;margin-top:8px;color:#000}@media(max-width:991px){.projectscontainer{margin:20px 20px 80px !important}.projects-wrapper{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.projects-card img{height:300px}}@media(max-width:576px){.projects-title{font-size:18px;margin-top:15px}.projects-location{font-size:14px;margin-top:5px}}