.my-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  overflow: hidden;
  background-color: #212529;
  padding: 0.5rem 1.5rem;
}
.forma-de-fundo {
  position: absolute;
  top: -50%;
  z-index: 10;
  transform: translateZ(0);
  filter: blur(1.5rem);
}
.forma-de-fundo:first-of-type {
  left: max(-7rem, calc(50% - 50rem));
}
.forma-de-fundo:last-of-type {
  left: max(45rem, calc(50% + 8rem));
}
.gradiente-bg {
  display: block;
  width: 100vw;
  height: 164px;
  z-index: 10;
  opacity: 0.4;
  aspect-ratio: 577 / 310;
}

@media (max-width: 454px) {
  .conteudo {
    gap: 6px !important;
  }

  .texto {
    font-size: 0.9rem !important;
  }
}

@media (max-width: 426px) {
  .conteudo {
    gap: 6px !important;
  }

  .texto {
    font-size: 0.74rem !important;
  }
}

@media (max-width: 362px) {
  .conteudo {
    gap: 6px !important;
  }

  .texto {
    font-size: 0.60rem  !important;
  }
}

.conteudo {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.texto {
  font-size: 0.875rem;
  color: white;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 50;
}

