.setor5 {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
}


.texto-setor5 h1,
.texto-setor5 p {
  margin: 0;
}

/* Reutilizando sua aurora-text */
.aurora-text {
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  position: relative;
  background: linear-gradient(-45deg, #0066ff, #ff0055, #00cc66, #9933ff, #0066ff);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: auroraText 12s ease-in-out infinite;
}


.aurora-text.grande {
  font-size: 48px;
  margin-bottom: 5px;
}

.aurora-text:not(.grande) {
  font-size: 30px;
}

@keyframes auroraText {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
