
.section-heading {
  margin-bottom: 22px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.22rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 182, 136, 0.34);
  color: #d7bf9a;
  background: rgba(255,255,255,0.02);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0.7rem 0 0.35rem;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.02;
  color: #f3f5f8;
}

.section-heading p {
  margin: 0;
  max-width: 920px;
  color: rgba(227, 233, 241, 0.78);
  font-size: 1rem;
  line-height: 1.58;
}
.section-title { 
  font-size:1.8rem; 
  font-weight:700; 
  margin:15px 0 0.4rem;
}

