.hero-subtitle {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  flex-wrap: wrap;
}

.hero-subtitle span {
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.hero-subtitle span:nth-child(1) { color: rgb(253 224 71 / var(--tw-text-opacity, 1)); }   /* Support */
.hero-subtitle span:nth-child(2) { color: #ffffff; }   /* Awareness */
.hero-subtitle span:nth-child(3) { color: rgb(253 224 71 / var(--tw-text-opacity, 1)); }   /* Acceptance */
.hero-subtitle span:nth-child(4) { color: #ffffff; }   /* Therapy */
.hero-subtitle span:nth-child(5) { color: rgb(253 224 71 / var(--tw-text-opacity, 1)); }   /* Healing */


.hero-subtitle {
  text-align: center;
}

.hero-subtitle span {
  color: #ffffff;
  font-weight: 800;
  position: relative;
  padding-bottom: 0.2rem;
}

.hero-subtitle span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #facc15;
  border-radius: 50%;
  margin: 0 10px;
  transform: translateY(-3px);
}
