.projects-grid{align-items:center;display:flex;flex-direction:column;overflow:hidden;width:100%}.projects-grid .projects-container{width:100%}.projects-grid .featured-project{align-items:start;aspect-ratio:2.55/1;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:0 20px;position:relative;width:100%}.projects-grid .project-image{height:100%;inset:0;object-fit:cover;object-position:center;position:absolute;transition:all .6s ease;width:100%}.projects-grid .project-cards{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:20px;width:100%}.projects-grid .project-card{align-items:start;aspect-ratio:.714;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:0 20px;position:relative;width:100%}.projects-grid .project-card img{transition:all .6s ease}.projects-grid h4.project-heading{padding-left:12px;position:absolute}@media screen and (max-width:991px){.projects-grid .project-cards{column-gap:20px;grid-template-columns:repeat(2,1fr);row-gap:20px}}@media screen and (max-width:768px){.projects-grid .project-cards{column-gap:15px;grid-template-columns:repeat(2,1fr);row-gap:20px}}@media screen and (min-width:768px){.projects-grid .project-card:hover img,.projects-grid article.featured-project:hover img{overflow:hidden;transform:scale(1.05);transition:all .5s ease}}@media screen and (max-width:767px){.projects-grid .project-cards{gap:20px;grid-template-columns:1fr}.projects-grid .featured-project{aspect-ratio:3.8/4}.projects-grid .featured-project img{height:100%!important}}@media screen and (max-width:991px){.projects-grid .projects-container{max-width:100%}}