.block-highlight-feature-cards-grid__items .col {
    margin-top: var(--spacing-40);
}
.block-highlight-feature-cards-grid__items .col:first-child {
    margin-top: var(--spacing-12);
}
@media screen and (min-width: 768px) {
    .block-highlight-feature-cards-grid {
        --row-cols-narrow-col-count: 2;
        --row-cols-narrow-col-x-spacing: var(--spacing-4);
    }
    .block-highlight-feature-cards-grid__items .col,
    .block-highlight-feature-cards-grid__items .col:first-child {
        margin-top: var(--spacing-8);
    }
}
@media screen and (min-width: 992px) {
    .block-highlight-feature-cards-grid {
        --row-cols-narrow-col-count: 3;
        --row-cols-narrow-col-x-spacing: var(--spacing-10);
    }
}
