.featured-text--wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.flexbox-gap .featured-text--wrapper {
    gap: var(--spacing--item);
}
.no-flexbox-gap .featured-text--wrapper > * {
    margin: calc(var(--spacing--item) / 2);
}
