.heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.heading--align-left {
  text-align: left;
  align-items: flex-start;
}

.heading--align-center {
  text-align: center;
  align-items: center;
}

.heading--align-right {
  text-align: right;
  align-items: flex-end;
}

.heading--color-black {
  color: #000;
}

.heading--color-white {
  color: #fff;
}

.heading__eyebrow {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  opacity: 0.8;
}

.heading__heading {
  line-height: 1;
}
@media (min-width: 768px) {
  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 640px) {
  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.heading__description {
  line-height: 1.6;
  opacity: 0.9;
}

.text-\[\#9AD2AD\] {
  --tw-text-opacity: 1;
  color: #9ad2ad;
}


.heading__description {
  line-height: 1.6;
  opacity: 0.9;
  margin-top: 0.5rem;
}

.pm-icon {
  width: 0.875rem;
  height: 0.875rem;
}

.heading.highlighted h1 strong {
  background: linear-gradient(
    90deg,
    #9ad9a7 0%,
    #8ccfc0 35%,
    #6fa8d6 70%,
    #4e7fe5 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.heading.highlighted-secondary h1 strong {
  color: #9ad9a7;
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

