.heading-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.heading-text__heading,
.heading-text__subheading,
.heading-text__description {
    display: block;
    margin: 0;
    width: 100%;
}

.heading-text__heading {
    color: var(--foreground, #eff2f5);
    /* line-height: 1; */
    /* margin-bottom: 1.25rem; */
    text-transform: uppercase;
}
.heading-text__heading span {
    color: var(--ast-global-color-0, #F26900);
}

.heading-text__subheading {
    /* margin-bottom: 1.5rem; */
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--ast-global-color-0, #F26900);
}
.heading-text__subheading::before {
    content: "";
	margin-right: 0.75rem;
	display: inline-block;
	height: 1px;
	width: 2.5rem;
	background-color: var(---ast-global-color-0, #F26900);
	vertical-align: middle;
}

.heading-text__description {
    color: oklch(70% .012 250);
}
