.section-icon-headline-text-icon,
.section-icon-headline-text-headline {
    grid-column: 2 / span 12;
    text-align: center;
    justify-self: center;
}

.section-icon-headline-text-headline {
    margin-bottom: 0;
    margin-top: 0;
}

.section-icon-headline-text-description {
    grid-column: 2 / span 12;
    text-align: center;
    justify-self: center;
    width: min(100%, 84ch);
    margin-top: 1em;
}

.section-icon-headline-text-icon {
    height: max(2.5rem, 2.9296875vw);
    width: auto;
    margin-bottom: 2em;
}