.related-projects{background:#fff;max-width:100vw;overflow:hidden;width:100%}.section-title{margin-bottom:40px;padding:0 20px;text-align:center}.section-title h2{color:#005289;font-size:45px;font-weight:400;margin:0}.section-title h2 span{font-weight:700}.projects-grid{box-sizing:border-box;display:grid;gap:25px;grid-template-columns:repeat(4,1fr);margin:0;width:100%}.project-card{border:none;display:flex;flex-direction:column;overflow:hidden;text-decoration:none}.project-card img{display:block;height:325px;object-fit:cover;width:100%}.project-title{align-items:center;background:#004b7d;color:#fff!important;display:flex;font-size:16px;font-weight:500;min-height:80px;padding:25px 20px;text-align:left;transition:background .3s ease}.project-title:hover{background:#12a5b3!important}@media (max-width:1100px){.projects-grid{gap:15px;grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.projects-grid{grid-template-columns:1fr;padding:0 20px}.section-title h2{font-size:28px}}.dnd-column{padding:0!important}