/*---------------------- Large Text Reveal start ----------------------*/

.lg-txt-reveal h1,
.lg-txt-reveal h2,
.lg-txt-reveal h3,
.lg-txt-reveal h4,
.lg-txt-reveal h5 {
  color: #9c3587;
  color: var(--purple-brite);
  margin-bottom: 1.5rem;
}

.lg-txt-reveal p {
  font-size: clamp(1rem, 2vw, 1.11rem);
  font-size: var(--ts-large-body);
  line-height: 1.5;
  color: #3f1651;
  color: var(--purple-dark);
  margin-bottom: 1.5rem;
}

.lg-txt-reveal p:last-child {
  margin-bottom: 0;
}

.lg-txt-reveal p:only-child {
  margin-bottom: 0;
}

.lg-txt-reveal .btn.reveal {
  margin: 2rem 0;
}

.lg-txt-reveal-btn {
  display: flex;
  justify-content: center;
}

/*---------------------- Large Text Reveal end ----------------------*/
