.intro-centered-simple__content-area {
    max-width: 48rem;
}

.intro-centered-simple__text-block {
    max-width: 42rem;
}

/* v18 - editorial drop-cap paragraph (no BS/TW utility for ::first-letter) */
.steps-editorial-dropcap__desc::first-letter {
    float: left;
    font-family: inherit;
    font-size: 3.25rem;
    line-height: 1;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    font-weight: 700;
}

.content-index-sheet__shell {
    display: grid;
    grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr);
    width: 100%;
}

.content-index-sheet__shell .rounded-circle,
.content-index-sheet__shell [class*="rounded-full"] {
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .content-index-sheet__shell {
        grid-template-columns: 1fr;
    }
}

