.nv-heading {
  text-align: center;
  margin-bottom: 70px;
}

.nv-eyebrow {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c212ff;
  font-family: Inter, Arial, sans-serif;
}

.nv-title {
  margin: 0;
  font-family: var(--tp-ff-bebas);
  font-weight: 900;
  font-size: 80px;
  line-height: 0.95;
  margin-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(90deg, #ffffff 0%, #be2cd1 45%, #4119bb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nv-description {
  max-width: 700px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
}
@media (max-width: 991px) {
  .nv-section {
    padding: 70px 0;
  }

  .nv-heading {
    margin-bottom: 50px;
  }
  
  .nv-description {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .nv-eyebrow {
    font-size: 15px;
    letter-spacing: 2px;
  }

  .nv-title {
    font-size: clamp(2.6rem, 11vw, 3.4rem);
  }
  
  .nv-description {
    font-size: 16px;
    line-height: 1.6;
  }

}