/* ===== CTA ===== */
.help_cta{
  align-items: center;
  justify-items: center;
  background-color: #ffffff;
  margin-top: 6vh;
}

.cta {
  position: relative;
  padding: 120px 0;
  background: url('../Imagens/BG.png') center/cover no-repeat;
  text-align: center;
  border-radius: var(--radius-lg);
  
  width: 80%;
}
.cta__overlay { position: absolute; inset: 0}
.cta__content { position: relative; z-index: 1; }
.cta__content h2 { color: #fff; max-width: 700px; margin: 0 auto 32px; }