.project {
  isolation: isolate;
}

.project-brand {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("assets/salles-logo-sem-telefone.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.24;
}

.project::before {
  z-index: 1;
}

.project > span,
.project > h3 {
  z-index: 2;
}

.project > h3 {
  width: 100%;
  text-align: center;
}
