/* Coega + Agni project logos — match the existing Aqua Group project logo scale */
.project-client-brand{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:24px;
  flex-wrap:wrap;
  margin:0 0 30px;
}
.project-client-logo{
  display:block;
  width:auto;
  max-width:260px;
  max-height:100px;
  object-fit:contain;
}
.project-fact-list li{line-height:1.5}
@media(max-width:620px){
  .project-client-brand{gap:18px}
  .project-client-logo{max-width:220px;max-height:90px}
}
